From 193a0d5f153c593e421bf2f7e36a536acceaf36b Mon Sep 17 00:00:00 2001 From: Gacko Date: Sun, 3 Feb 2013 15:21:36 +0100 Subject: Fix engrish in doc --- src/server/game/AI/CreatureAIImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server') 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; -- cgit v1.2.3