1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 06:59:03 +00:00

Spellcheck for Ncat, Nping source files

This commit is contained in:
dmiller
2014-02-20 21:22:22 +00:00
parent 3f0d0c16f9
commit 1575c63d7d
36 changed files with 77 additions and 77 deletions

View File

@@ -226,7 +226,7 @@ int ncat_http_server(void)
continue;
}
/* make us not block on accepts in wierd cases. See ncat_listen.c:209 */
/* make us not block on accepts in weird cases. See ncat_listen.c:209 */
unblock_socket(listen_socket[num_sockets]);
/* setup select sets and max fd */