From c5009aff2442a0f636caee2a07ff96145d0e826c Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Wed, 2 Dec 2015 10:10:06 +0100 Subject: IOS: Typo in comment --- devtools/create_project/xcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') 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") { -- cgit v1.2.3