Skip to content

Commit 03f1ae9

Browse files
committed
Update CCTiledMap.m
typo fix Former-commit-id: cfbcb82
1 parent 2ad5dbd commit 03f1ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCTiledMap.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ -(id) initWithXML:(NSString*)tmxString resourcePath:(NSString*)resourcePath
112112

113113
-(id) initWithFile:(NSString*)tmxFile
114114
{
115-
NSAssert(tmxFile != nil, @"TMXTiledMap: tmx file should not bi nil");
115+
NSAssert(tmxFile != nil, @"TMXTiledMap: tmx file should not be nil");
116116

117117
if ((self=[super init])) {
118118

0 commit comments

Comments
 (0)