Correcting spelling errors found under bro 2.4.1+dfsg-2 here:

https://lintian.debian.org/full/bengen@debian.org.html#bro_2.4.1_x2bdfsg-2
This commit is contained in:
Jeannette Dopheide 2016-04-25 11:49:04 -05:00
parent e7ec537ed5
commit 6dddd35d21
6 changed files with 6 additions and 6 deletions

View file

@ -389,7 +389,7 @@ nb_dns_addr_request2(register struct nb_dns_info *nd, char *addrp,
default:
snprintf(errstr, NB_DNS_ERRSIZE,
"nb_dns_addr_request2(): uknown address family %d", af);
"nb_dns_addr_request2(): unknown address family %d", af);
return (-1);
}