Fix spelling: observer.

This commit is contained in:
Steven Fisher 2015-03-16 11:57:15 -07:00
parent 06ff39192c
commit 08397c531a

View File

@ -372,7 +372,7 @@
[self restoreStoreButtonStateAnimated:NO];
[self updateAppStoreHeader];
// clean up and remove any pending overservers
// clean up and remove any pending observers
for (UITableViewCell *cell in _cells) {
[cell removeObserver:self forKeyPath:@"webViewSize"];
}