aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/character.cpp')
-rw-r--r--engines/xeen/character.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/character.cpp b/engines/xeen/character.cpp
index 0114b0a131..26794d8080 100644
--- a/engines/xeen/character.cpp
+++ b/engines/xeen/character.cpp
@@ -1089,7 +1089,7 @@ int Character::getThievery() const {
result += itemScan(10);
- // If the character doesn't have a thievery skill, then do'nt allow any result
+ // If the character doesn't have a thievery skill, then don't allow any result
if (!_skills[THIEVERY])
result = 0;