aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 10:10:06 +0100
committerVincent Bénony2016-01-06 15:35:34 +0100
commitc5009aff2442a0f636caee2a07ff96145d0e826c (patch)
treee74123e895493c09c6793ce2ce7364eec772893a /devtools
parent0c4bf5f00b911a53542a824a7ca05c85d552d301 (diff)
downloadscummvm-rg350-c5009aff2442a0f636caee2a07ff96145d0e826c.tar.gz
scummvm-rg350-c5009aff2442a0f636caee2a07ff96145d0e826c.tar.bz2
scummvm-rg350-c5009aff2442a0f636caee2a07ff96145d0e826c.zip
IOS: Typo in comment
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/xcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 13b6ddad7c..4bbaf57408 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -117,7 +117,7 @@ bool shouldSkipFileForTarget(const std::string &fileID, const std::string &targe
}
}
else {
- // Ugly hack: explicitely remove the browser.cpp file.
+ // Ugly hack: explicitly remove the browser.cpp file.
// The problem is that we have only one project for two different targets,
// and the parsing of the "mk" files added this file for both targets...
if (fileID.length() > 12 && fileID.substr(fileID.length() - 12) == "/browser.cpp") {