From 4619457a1e8f203319ca9f2323c8a596a9c81d1d Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Thu, 7 May 2015 14:51:03 -0700 Subject: [PATCH] Fix typo in ASTableView --- AsyncDisplayKit/ASTableView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }