spell fix

This commit is contained in:
DaVinci42
2017-09-18 18:51:17 +08:00
parent 861c517d16
commit 81dafb1c9b

View File

@@ -36,12 +36,12 @@
} else {
_frameOffset = @0;
}
[self intializeWithChildGroup:childLayerGroup withAssetGroup:assetGroup];
[self initializeWithChildGroup:childLayerGroup withAssetGroup:assetGroup];
}
return self;
}
- (void)intializeWithChildGroup:(LOTLayerGroup *)childGroup
- (void)initializeWithChildGroup:(LOTLayerGroup *)childGroup
withAssetGroup:(LOTAssetGroup *)assetGroup {
NSMutableDictionary *childMap = [NSMutableDictionary dictionary];
NSMutableArray *children = [NSMutableArray array];