Merge pull request #14735 from linguofeng/patch-2

CCFileUtils-apple.mm Grammatical errors
This commit is contained in:
minggo 2016-04-20 11:00:38 +08:00
commit 095f404738
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ bool FileUtilsApple::removeDirectory(const std::string& path)
{
if (path.size() > 0 && path[path.size() - 1] != '/')
{
CCLOGERROR("Fail to remove directory, path must termniate with '/': %s", path.c_str());
CCLOGERROR("Fail to remove directory, path must terminate with '/': %s", path.c_str());
return false;
}