From 2a776a6ca3ae911fe6f801684e12312b7ee7f998 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Tue, 13 Dec 2011 00:54:13 +0000 Subject: (svn r23507) -Fix (r23505): Comment typo. --- src/order_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3-54-g00ecf