Cleanup: Correct typographic errors in code comments.

This commit is contained in:
TechGeekNZ
2020-05-28 15:15:59 +12:00
committed by Charles Pigott
parent f11cd8f2d0
commit 16e5f610f7
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. */