src/station_gui.cpp
changeset 8857 7593af4962e6
parent 8787 41d9d5adbe87
child 8964 84f2e443b7be
--- a/src/station_gui.cpp	Mon Apr 07 20:18:51 2008 +0000
+++ b/src/station_gui.cpp	Mon Apr 07 20:28:58 2008 +0000
@@ -388,7 +388,7 @@
 
 				assert(st->xy != 0);
 
- 				/* Do not do the complex check HasStationInUse here, it may be even false
+				/* Do not do the complex check HasStationInUse here, it may be even false
 				 * when the order had been removed and the station list hasn't been removed yet */
 				assert(st->owner == owner || (st->owner == OWNER_NONE && !st->IsBuoy()));