diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/AI/CreatureAIImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/AI/CreatureAIImpl.h b/src/server/game/AI/CreatureAIImpl.h index 03402ce415f..7121a031ec2 100644 --- a/src/server/game/AI/CreatureAIImpl.h +++ b/src/server/game/AI/CreatureAIImpl.h @@ -637,9 +637,9 @@ class EventMap * @brief Internal timer. * * This does not represent the real date/time value. - * It's more like a stop watch: It can run, it can be stopped, + * It's more like a stopwatch: It can run, it can be stopped, * it can be resetted and so on. Events occur when this timer - * has reached their time value. It's value is changed in the + * has reached their time value. Its value is changed in the * Update method. */ uint32 _time; |