diff --git a/nse_init.cc b/nse_init.cc index 33b8b31e2..e14d33a46 100644 --- a/nse_init.cc +++ b/nse_init.cc @@ -300,7 +300,7 @@ int init_pick_default_categories(std::vector& 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()); } }