diff options
-rw-r--r-- | devtools/create_project/xcode.cpp | 2 |
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") { |