aboutsummaryrefslogtreecommitdiff
path: root/src/info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.cc')
-rw-r--r--src/info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.cc b/src/info.cc
index 5578fd7..939a211 100644
--- a/src/info.cc
+++ b/src/info.cc
@@ -179,7 +179,7 @@ uint32 GetObjectCreatureID(Object Obj){
}
// TODO(fusion): I'm not sure about this one. Objects inside containers would
-// also return the body position of the container even if it isn't activelly
+// also return the body position of the container even if it isn't actively
// equipped.
int GetObjectBodyPosition(Object Obj){
if(!Obj.exists()){