(svn r19775) -Fix: improper use of 'then' in few comments (ln)

This commit is contained in:
smatz
2010-05-09 18:13:36 +00:00
parent 1a5e9abafe
commit 114c2af6f2
6 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ public:
/** The waypoint is build too close to another waypoint */
ERR_WAYPOINT_TOO_CLOSE_TO_ANOTHER_WAYPOINT, // [STR_ERROR_TOO_CLOSE_TO_ANOTHER_WAYPOINT]
/** The waypoint would join more then one existing waypoint together. */
/** The waypoint would join more than one existing waypoint together. */
ERR_WAYPOINT_ADJOINS_MULTIPLE_WAYPOINTS, // [STR_ERROR_WAYPOINT_ADJOINS_MORE_THAN_ONE_EXISTING]
};