(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'

This commit is contained in:
smatz
2008-08-25 20:10:45 +00:00
parent b60ff46806
commit c9bef19043
5 changed files with 5 additions and 5 deletions

View File

@@ -1198,7 +1198,7 @@ CommandCost CmdOrderRefit(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
/**
*
* Backup a vehicle order-list, so you can replace a vehicle
* without loosing the order-list
* without losing the order-list
*
*/
void BackupVehicleOrders(const Vehicle *v, BackuppedOrders *bak)