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

Correct spelling of 'deprecated' vs 'depreciated'

This commit is contained in:
dmiller
2015-09-09 02:50:49 +00:00
parent 0effedaf9e
commit bc7d670911
5 changed files with 7 additions and 7 deletions

View File

@@ -890,7 +890,7 @@ void parse_options(int argc, char **argv) {
} else if (optcmp(long_options[option_index].name, "dns-servers") == 0) {
o.dns_servers = strdup(optarg);
} else if (optcmp(long_options[option_index].name, "log-errors") == 0) {
/*Nmap Log errors is depreciated and is now always enabled by default.
/*Nmap Log errors is deprecated and is now always enabled by default.
This option is left in so as to not break anybody's scanning scripts.
However it does nothing*/
} else if (optcmp(long_options[option_index].name, "deprecated-xml-osclass") == 0) {