Fix a typo.

This commit is contained in:
James Chen 2013-01-28 23:40:56 +08:00
parent 4d0e840301
commit 1f0b422112
1 changed files with 1 additions and 1 deletions

View File

@ -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);