summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_tile.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-26 17:16:30 +0000
committeryexo <yexo@openttd.org>2009-04-26 17:16:30 +0000
commitd63f01d78b2d9ba9ea6f25cafc3becbff7b30b1c (patch)
tree0cc10c9bcc9de1e942d96b152478cd9674a1ac6a /src/ai/api/ai_tile.hpp
parent3578f4408c9f57bcec206ff51dc946469fd3b546 (diff)
downloadopenttd-d63f01d78b2d9ba9ea6f25cafc3becbff7b30b1c.tar.xz
(svn r16172) -Fix (r16171): typo (thanks SmatZ)
Diffstat (limited to 'src/ai/api/ai_tile.hpp')
-rw-r--r--src/ai/api/ai_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_tile.hpp b/src/ai/api/ai_tile.hpp
index 0c12656e2..11bdf58de 100644
--- a/src/ai/api/ai_tile.hpp
+++ b/src/ai/api/ai_tile.hpp
@@ -34,7 +34,7 @@ public:
ERR_AREA_ALREADY_FLAT, // [STR_ALREADY_LEVELLED]
/** There is a tunnel underneed */
- ERR_ESCAVATION_WOULD_DAMAGE, // [STR_ERROR_EXCAVATION_WOULD_DAMAGE]
+ ERR_EXCAVATION_WOULD_DAMAGE, // [STR_ERROR_EXCAVATION_WOULD_DAMAGE]
};
/**