summaryrefslogtreecommitdiff
path: root/src/order_base.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-12-13 00:54:13 +0000
committermichi_cc <michi_cc@openttd.org>2011-12-13 00:54:13 +0000
commit2a776a6ca3ae911fe6f801684e12312b7ee7f998 (patch)
tree57667057c98c75a655f103c42d23c945ec12d577 /src/order_base.h
parenta085ea9e4b9078c647304e85d4c03980b71ced22 (diff)
downloadopenttd-2a776a6ca3ae911fe6f801684e12312b7ee7f998.tar.xz
(svn r23507) -Fix (r23505): Comment typo.
Diffstat (limited to 'src/order_base.h')
-rw-r--r--src/order_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_base.h b/src/order_base.h
index d0e4b4da6..eaf050cbd 100644
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -81,7 +81,7 @@ public:
/**
* Is this a 'goto' order with a real destination?
- * @return True if the type sis either #OT_GOTO_WAYPOINT, #OT_GOTO_DEPOT or #OT_GOTO_STATION.
+ * @return True if the type is either #OT_GOTO_WAYPOINT, #OT_GOTO_DEPOT or #OT_GOTO_STATION.
*/
inline bool IsGotoOrder() const
{