summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp4
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