corrected typo in debug msg

This commit is contained in:
Pawel Kolodziejski 2006-05-13 18:07:22 +00:00
parent 42cea5cd40
commit 2559f7f70e

View file

@ -2256,7 +2256,7 @@ void getTextObjectParams(TextObject *textObject, lua_Object table_obj) {
else if (strmatch(key_text, "fgcolor"))
textObject->setFGColor(check_color(2));
else if (strmatch(key_text, "hicolor"))
warning("getTextObjectParams 'hivolor'");
warning("getTextObjectParams 'hicolor'");
else if (strmatch(key_text, "disabled"))
textObject->setDisabled(atoi(lua_getstring(lua_getresult(2))) != 0);
else if (strmatch(key_text, "center"))