corrected typo (at46807)

This commit is contained in:
Christian Hammacher 2006-11-03 13:27:17 +00:00
parent e8a30e7187
commit dfea3e8a13

View File

@ -598,7 +598,7 @@ int set_amxnatives(AMX* amx, char error[128])
if ((err = amx_Exec(amx, &retval, idx)) != AMX_ERR_NONE)
{
Debugger::GenericMessage(amx, err);
AMXXLOG_Log("An error occurred in plugins_native. This is dangerous!");
AMXXLOG_Log("An error occurred in plugin_natives. This is dangerous!");
}
}