mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
just fixing some typos in some comments and an error string
This commit is contained in:
parent
e75780b503
commit
48dec59470
3 changed files with 5 additions and 5 deletions
2
utils.cc
2
utils.cc
|
|
@ -292,7 +292,7 @@ int numberlist2array(char *expr, u16 *dest, int destsize, char **errorstr, u16 m
|
|||
errorstr = &errbogus;
|
||||
|
||||
if (destsize % 2 != 0) {
|
||||
*errorstr = "Bogus call to numerlist2array() -- destsize must be a multiple of 2";
|
||||
*errorstr = "Bogus call to numberlist2array() -- destsize must be a multiple of 2";
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue