From 5f460f85904518d21c025b49c888f67058cc7bf3 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 8 Dec 2007 22:28:07 +0000 Subject: [PATCH] Fix typo in nse_init.cc: explicitely -> explicitly. --- nse_init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }