From 81dafb1c9bdbf23c4acfef207c52a433decdcae4 Mon Sep 17 00:00:00 2001 From: DaVinci42 Date: Mon, 18 Sep 2017 18:51:17 +0800 Subject: [PATCH] spell fix --- lottie-ios/Classes/AnimatableLayers/LOTCompositionContainer.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lottie-ios/Classes/AnimatableLayers/LOTCompositionContainer.m b/lottie-ios/Classes/AnimatableLayers/LOTCompositionContainer.m index 09cc81bc06..30033c5a80 100644 --- a/lottie-ios/Classes/AnimatableLayers/LOTCompositionContainer.m +++ b/lottie-ios/Classes/AnimatableLayers/LOTCompositionContainer.m @@ -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];