(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 :)
This commit is contained in:
belugas
2008-08-20 01:38:12 +00:00
parent 77ee099212
commit f2f2bcf23c
8 changed files with 13 additions and 13 deletions

View File

@@ -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
**/