summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_cmd.cpp')
-rw-r--r--src/order_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index 1a9d648c6..26b999af7 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -1465,7 +1465,7 @@ CommandCost CmdModifyOrder(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3
* whether we are not going to a depot as there are three
* cases where the full load flag can be active and only
* one case where the flag is used for depot orders. In the
- * other cases for the OrderTypeByte the flags are not used,
+ * other cases for the OrderType the flags are not used,
* so do not care and those orders should not be active
* when this function is called.
*/