summaryrefslogtreecommitdiff
path: root/src/ai/ai.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai.hpp')
-rw-r--r--src/ai/ai.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai.hpp b/src/ai/ai.hpp
index d3381fb8a..065367d03 100644
--- a/src/ai/ai.hpp
+++ b/src/ai/ai.hpp
@@ -26,7 +26,7 @@ typedef std::map<const char *, class ScriptInfo *, StringCompare> ScriptInfoList
class AI {
public:
/**
- * The default months AIs start after eachother.
+ * The default months AIs start after each other.
*/
enum StartNext {
START_NEXT_EASY = DAYS_IN_YEAR * 2,