From 1f0b42211282d2b57d97d60bea8715fcdfed209b Mon Sep 17 00:00:00 2001 From: James Chen Date: Mon, 28 Jan 2013 23:40:56 +0800 Subject: [PATCH] Fix a typo. --- cocos2dx/platform/CCFileUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos2dx/platform/CCFileUtils.h b/cocos2dx/platform/CCFileUtils.h index ea518dca45..c2ab30e910 100644 --- a/cocos2dx/platform/CCFileUtils.h +++ b/cocos2dx/platform/CCFileUtils.h @@ -169,7 +169,7 @@ public: * @param pszRelativeFile The path of the relative file. * @return The full path. * e.g. pszFilename: hello.png, pszRelativeFile: /User/path1/path2/hello.plist - * Return: /User/path1/path2/hello.pvr (If there are a key(hello.png)-value(hello.pvr) in FilenameLookup dictionary. ) + * Return: /User/path1/path2/hello.pvr (If there a a key(hello.png)-value(hello.pvr) in FilenameLookup dictionary. ) * */ const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);