diff options
author | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
commit | 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 (patch) | |
tree | 90774f16ecabdadb1786b8e79cf2fa7c0ddedb8f /src/fios.cpp | |
parent | 24a60b77ece2fabd866d0a6f4e3ecda3f2d52ea2 (diff) | |
download | openttd-0ef33548c20ae9cf73a6e9e850b17137b1453dd3.tar.xz |
(svn r19614) -Codechange: "it's" => "its" where appropriate
Diffstat (limited to 'src/fios.cpp')
-rw-r--r-- | src/fios.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index cfaa23faf..e58ddd9bd 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -246,7 +246,7 @@ bool FiosFileScanner::AddFile(const char *filename, size_t basepath_length) fios->type = type; strecpy(fios->name, filename, lastof(fios->name)); - /* If the file doesn't have a title, use it's filename */ + /* If the file doesn't have a title, use its filename */ const char *t = fios_title; if (StrEmpty(fios_title)) { t = strrchr(filename, PATHSEPCHAR); @@ -609,7 +609,7 @@ public: static ScenarioScanner _scanner; /** - * Check whether we've got a given scenario based on it's unique ID. + * Check whether we've got a given scenario based on its unique ID. * @param ci the content info to compare it to * @param md5sum whether to look at the md5sum or the id * @return true if we've got the scenario |