summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-25 20:10:45 +0000
committersmatz <smatz@openttd.org>2008-08-25 20:10:45 +0000
commit1294253d68221d7b232c8d99fb0b9608779d01f1 (patch)
treec1e40a39dc5b512c170457b3ec39d1f8f78adc27 /src/order_cmd.cpp
parent18032db8c1ed1119683da1be5a130ed1711469ac (diff)
downloadopenttd-1294253d68221d7b232c8d99fb0b9608779d01f1.tar.xz
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
Diffstat (limited to 'src/order_cmd.cpp')
-rw-r--r--src/order_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index 814d819b4..94330096a 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -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)