1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 12:29:03 +00:00

Fix typo in nse_init.cc: explicitely -> explicitly.

This commit is contained in:
david
2007-12-08 22:28:07 +00:00
parent 8c89c0f4d9
commit 5f460f8590

View File

@@ -300,7 +300,7 @@ int init_pick_default_categories(std::vector<std::string>& chosenScripts) {
chosenScripts.begin(),
chosenScripts.end(),
(*rcat_iter).category) != chosenScripts.end())
fatal("%s: specifying the \"%s\" category explicitely is not allowed.",
fatal("%s: specifying the \"%s\" category explicitly is not allowed.",
SCRIPT_ENGINE, (*rcat_iter).category.c_str());
}
}