summaryrefslogtreecommitdiff
path: root/src/script/api/script_order.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_order.hpp')
-rw-r--r--src/script/api/script_order.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_order.hpp b/src/script/api/script_order.hpp
index cce74fa5d..0086e39ca 100644
--- a/src/script/api/script_order.hpp
+++ b/src/script/api/script_order.hpp
@@ -29,7 +29,7 @@ public:
/** No more space for orders */
ERR_ORDER_TOO_MANY, // [STR_ERROR_NO_MORE_SPACE_FOR_ORDERS]
- /** Destination of new order is to far away from the previous order */
+ /** Destination of new order is too far away from the previous order */
ERR_ORDER_TOO_FAR_AWAY_FROM_PREVIOUS_DESTINATION, // [STR_ERROR_TOO_FAR_FROM_PREVIOUS_DESTINATION]
/** Aircraft has not enough range to copy/share orders. */