aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ObjectAccessor.h')
-rw-r--r--src/game/ObjectAccessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectAccessor.h b/src/game/ObjectAccessor.h
index 21ede723da5..844a6b49e4d 100644
--- a/src/game/ObjectAccessor.h
+++ b/src/game/ObjectAccessor.h
@@ -74,7 +74,7 @@ class HashMapHolder
static LockType* GetLock() { return &i_lock; }
private:
- //Non instanciable only static
+ //Non instanceable only static
HashMapHolder() {}
static LockType i_lock;