diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/info.cc | 2 | ||||
| -rw-r--r-- | src/operate.cc | 2 |
2 files changed, 2 insertions, 2 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()){ diff --git a/src/operate.cc b/src/operate.cc index 33cb6ac..68bf61c 100644 --- a/src/operate.cc +++ b/src/operate.cc @@ -1991,7 +1991,7 @@ void Look(uint32 CreatureID, Object Obj){ if(MinutesLeft == 0){ snprintf(Help, sizeof(Help), " that is brand-new"); }else{ - snprintf(Help, sizeof(Help), " that has energy for %u minutes%s left", + snprintf(Help, sizeof(Help), " that has energy for %u minute%s left", MinutesLeft, (MinutesLeft != 1 ? "s" : "")); } strcat(Description, Help); |
