Fix some typographical errors in comments

Fixes: #153
Applied from: #153
This commit is contained in:
TechGeekNZ
2020-05-27 20:38:43 +01:00
committed by Jonathan G Rennison
parent 8d454cd006
commit df0f9193da
3 changed files with 3 additions and 3 deletions

View File

@@ -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. */