Skip to content

Commit e7cf475

Browse files
committed
Merge pull request #524 from kokeszko/patch-1
Update CCTiledMap.m Former-commit-id: 4794fc6
2 parents 7b1537d + 03f1ae9 commit e7cf475

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)