From 771370e64bd19fcb352ff7bce2a36f7905b9d3af Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Sun, 21 Jul 2013 22:30:20 -0400 Subject: [PATCH] Docs: typos --- AppKit/CPTableView.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 14fee9828..f552d1e38 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -3814,7 +3814,7 @@ Your delegate can implement this method to avoid subclassing the tableview to ad Returns a view with the specified identifier. @param identifier The view identifier. Must not be nil. - @param owner The owner of the CIB that may be loaded and instituted to create a new view with the particular identifier. + @param owner The owner of the CIB that may be loaded and instantiated to create a new view with the particular identifier. @return A view for the row. @discussion @@ -3828,7 +3828,7 @@ Your delegate can implement this method to avoid subclassing the tableview to ad return nil; var view, - // See if we have some reusable view available + // See if we have some reusable views available reusableViews = _cachedDataViews[anIdentifier]; if (reusableViews && reusableViews.length)