changeset 18659:c625331ace43 draft

(svn r23507) -Fix (r23505): Comment typo.
author michi_cc <michi_cc@openttd.org>
date Tue, 13 Dec 2011 00:54:13 +0000
parents 227eb97ed2f6
children 5e577a393319
files src/order_base.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -81,7 +81,7 @@
 
 	/**
 	 * 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
 	{