From a676d9ea5237cb230c7200b6a273b05cb1443f6a Mon Sep 17 00:00:00 2001 From: WildCard65 Date: Fri, 19 Sep 2014 20:45:44 -0400 Subject: [PATCH] Fix typo in modules.cpp Ya... --- amxmodx/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index 9d0788fd..a6089af6 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -959,7 +959,7 @@ bool LoadModule(const char *shortname, PLUG_LOADTIME now, bool simplify, bool no switch (cc->getStatusValue()) { case MODULE_FUNCNOTPRESENT: - report_error(1, "[AMXX] Module requested a not exisitng function (file \"%s\")%s%s%s", cc->getFilename(), cc->getMissingFunc() ? " (func \"" : "", + report_error(1, "[AMXX] Module requested a not existing function (file \"%s\")%s%s%s", cc->getFilename(), cc->getMissingFunc() ? " (func \"" : "", cc->getMissingFunc() ? cc->getMissingFunc() : "", cc->getMissingFunc() ? "\")" : ""); break; case MODULE_INTERROR: