summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scripting/lua.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index 8f4a051..660823f 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -1353,7 +1353,7 @@ static int entity_set_special_mana(lua_State *s)
if (!c->getComponent<CharacterComponent>()->setSpecialMana(special, mana))
{
luaL_error(s,
- "special_mana called with special "
+ "set_special_mana called with special "
"that is not owned by character.");
}
return 0;