summaryrefslogtreecommitdiff
path: root/src/currency.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
committerbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
commitf2f2bcf23cd8444e6a14bf1d0e3c04d4e034559b (patch)
tree6535e6cecda9dc1aa99f537f39300637c95640aa /src/currency.cpp
parent77ee09921217eac1540b82978178779eb839d08e (diff)
downloadopenttd-f2f2bcf23cd8444e6a14bf1d0e3c04d4e034559b.tar.xz
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln I've added a little fix on currency.cpp too, why not :)
Diffstat (limited to 'src/currency.cpp')
-rw-r--r--src/currency.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/currency.cpp b/src/currency.cpp
index 671ba1456..baea5ec27 100644
--- a/src/currency.cpp
+++ b/src/currency.cpp
@@ -114,9 +114,9 @@ const byte TTDPatch_To_OTTDIndex[] =
/**
* Will return the ottd's index correspondance to
- * the ttdpatch's id. If the id is bigger then the array,
- * it is a grf written for ottd, thus returning the same id.
- * Only called from newgrf.c
+ * the ttdpatch's id. If the id is bigger than the array,
+ * it is a grf written for ottd, thus returning the same id.
+ * Only called from newgrf.cpp
* @param grfcurr_id currency id coming from newgrf
* @return the corrected index
**/