summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
committerrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
commitb2e9b5d612a879097587b05ed2c53c19c70d84a6 (patch)
treeb3dec8b7dc6f7bd35e4b6dbb4e500c0ba2290ab0 /src/ai
parent115b20774540589572d45de3fdc7743ea4626f13 (diff)
downloadopenttd-b2e9b5d612a879097587b05ed2c53c19c70d84a6.tar.xz
(svn r18683) -Fix: it's not an other
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/api/ai_abstractlist.hpp2
-rw-r--r--src/ai/api/ai_tunnel.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_abstractlist.hpp b/src/ai/api/ai_abstractlist.hpp
index 86be9dc21..1fa99c0fa 100644
--- a/src/ai/api/ai_abstractlist.hpp
+++ b/src/ai/api/ai_abstractlist.hpp
@@ -141,7 +141,7 @@ public:
void Sort(SorterType sorter, bool ascending);
/**
- * Add one list to an other one.
+ * Add one list to another one.
* @param list The list that will be added to the caller.
* @post The list to be added ('list') stays unmodified.
* @note All added items keep their value as it was in 'list'.
diff --git a/src/ai/api/ai_tunnel.hpp b/src/ai/api/ai_tunnel.hpp
index c50823549..6c6c22490 100644
--- a/src/ai/api/ai_tunnel.hpp
+++ b/src/ai/api/ai_tunnel.hpp
@@ -36,7 +36,7 @@ public:
/** The start tile must slope either North, South, West or East */
ERR_TUNNEL_START_SITE_UNSUITABLE, // [STR_ERROR_SITE_UNSUITABLE_FOR_TUNNEL]
- /** An other tunnel is in the way */
+ /** Another tunnel is in the way */
ERR_TUNNEL_ANOTHER_TUNNEL_IN_THE_WAY, // [STR_ERROR_ANOTHER_TUNNEL_IN_THE_WAY]
/** Unable to excavate land at the end to create the tunnel's exit */