diff options
author | michi_cc <michi_cc@openttd.org> | 2011-12-13 00:54:13 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2011-12-13 00:54:13 +0000 |
commit | 2a776a6ca3ae911fe6f801684e12312b7ee7f998 (patch) | |
tree | 57667057c98c75a655f103c42d23c945ec12d577 /src | |
parent | a085ea9e4b9078c647304e85d4c03980b71ced22 (diff) | |
download | openttd-2a776a6ca3ae911fe6f801684e12312b7ee7f998.tar.xz |
(svn r23507) -Fix (r23505): Comment typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/order_base.h | 2 |
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 { |