From 16e5f610f77cccca097d3df735104578571b81ef Mon Sep 17 00:00:00 2001 From: TechGeekNZ Date: Thu, 28 May 2020 15:15:59 +1200 Subject: Cleanup: Correct typographic errors in code comments. --- src/script/api/script_order.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api') 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. */ -- cgit v1.2.3-54-g00ecf