summaryrefslogtreecommitdiffstats
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r--src/scripting/lua.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index 4767265..1900f5a 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -938,8 +938,8 @@ static int being_set_status_time(lua_State *s)
}
/**
- * being_type(Being*): ThingType
- * Returns the Thing type of the given being.
+ * being_type(Being*): EntityType
+ * Returns the entity type of the given being.
*/
static int being_type(lua_State *s)
{