1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 04:49:02 +00:00

Fix spelling neccessary -> necessary.

This commit is contained in:
david
2010-03-20 03:59:31 +00:00
parent d503d4042b
commit e72ecb11ac
6 changed files with 12 additions and 12 deletions

2
nmap.h
View File

@@ -431,7 +431,7 @@ void free_scan_lists(struct scan_lists *ports);
/* socket manipulation functions */
void init_socket(int sd);
/* Renamed main so that interactive mode could preprocess when neccessary */
/* Renamed main so that interactive mode could preprocess when necessary */
int nmap_main(int argc, char *argv[]);
void nmap_free_mem();