1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

spellcheck patch

This commit is contained in:
fyodor
2006-09-05 08:39:32 +00:00
parent c5e658cb51
commit 10ffae41cf
13 changed files with 13 additions and 22 deletions

View File

@@ -195,7 +195,7 @@ struct protoent *nmap_getprotbynum(int num) {
}
/* Be default we do all prots 0-255. */
/* By default we do all prots 0-255. */
struct scan_lists *getdefaultprots(void) {
int protindex = 0;
struct scan_lists *scanlist;