Fix devices and available typos

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
Kevin Darbyshire-Bryant
2020-07-05 13:34:02 +01:00
committed by wangyu
parent f3c8f70f47
commit 3fc23f5cf6
3 changed files with 9 additions and 9 deletions

View File

@@ -865,9 +865,9 @@ int client_event_loop()
}
if(strcmp(dev,"")==0)
{
mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n");
mylog(log_info,"--dev have not been set, trying to detect automatically, available devices:\n");
mylog(log_info,"avaliable deives(device name: ip address ; description):\n");
mylog(log_info,"available device(device name: ip address ; description):\n");
char errbuf[PCAP_ERRBUF_SIZE];
@@ -934,7 +934,7 @@ int client_event_loop()
if(cnt==0) log_bare(log_warn," [no ip found]");
if(d->description==0)
{
log_bare(log_warn,"; (no description avaliable)");
log_bare(log_warn,"; (no description available)");
}
else
{