summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-07 16:23:42 +0000
committerfrosch <frosch@openttd.org>2009-02-07 16:23:42 +0000
commit4e8707b93f9f3d26ecdd2896b3309b0d3a75a046 (patch)
treeee5abfbdcb1b3a99bce39f33f8b81fa73b9a5258 /src/ai/api/ai_event_types.hpp
parent769573d1e96efe2893010277107d4e23f98e8046 (diff)
downloadopenttd-4e8707b93f9f3d26ecdd2896b3309b0d3a75a046.tar.xz
(svn r15400) -Fix: Typos in comments.
Diffstat (limited to 'src/ai/api/ai_event_types.hpp')
-rw-r--r--src/ai/api/ai_event_types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_event_types.hpp b/src/ai/api/ai_event_types.hpp
index 18cae119f..ce5cf0a14 100644
--- a/src/ai/api/ai_event_types.hpp
+++ b/src/ai/api/ai_event_types.hpp
@@ -703,7 +703,7 @@ private:
};
/**
- * Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been remvoed, and the airport is operating again.
+ * Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.
*/
class AIEventDisasterZeppelinerCleared : public AIEvent {
public: