From c178df0dbc36a4a4bbdefe07274150c48e44e912 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Wed, 23 Nov 2016 17:06:43 -0800 Subject: [PATCH] Fix typo --- AsyncDisplayKit/ASViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASViewController.mm b/AsyncDisplayKit/ASViewController.mm index 8190b9e03c..6e4fcae143 100644 --- a/AsyncDisplayKit/ASViewController.mm +++ b/AsyncDisplayKit/ASViewController.mm @@ -64,7 +64,7 @@ // Node already loaded the view [self view]; } else { - // If the node didn't load yet add ourselves as on did load observer to laod the view in case the node get's loaded + // If the node didn't load yet add ourselves as on did load observer to laod the view in case the node gets loaded // before the view controller __weak __typeof__(self) weakSelf = self; [_node onDidLoad:^(__kindof ASDisplayNode * _Nonnull node) {