diff --git a/AsyncDisplayKit/ASTableView.mm b/AsyncDisplayKit/ASTableView.mm index 6cea8e02cf..f813a9ade2 100644 --- a/AsyncDisplayKit/ASTableView.mm +++ b/AsyncDisplayKit/ASTableView.mm @@ -546,7 +546,7 @@ static BOOL _isInterceptedSelector(SEL sel) } } -- (NSUInteger)dataController:(ASDataController *)dataControllre rowsInSection:(NSUInteger)section +- (NSUInteger)dataController:(ASDataController *)dataController rowsInSection:(NSUInteger)section { return [_asyncDataSource tableView:self numberOfRowsInSection:section]; }