diff --git a/AsyncDisplayKit/ASTableView.mm b/AsyncDisplayKit/ASTableView.mm index ff2410eab0..8473202fa6 100644 --- a/AsyncDisplayKit/ASTableView.mm +++ b/AsyncDisplayKit/ASTableView.mm @@ -528,7 +528,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]; }