Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Oct 24, 2012
1 parent ed019f5 commit 5f81574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UIKit/TUITextRenderer+KeyBindings.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ - (void)_scrollToIndex:(CFIndex)index {
AB_CTFrameGetRectsForRange([self ctFrame], r, rects, &nRects);

if (nRects == 1) {
// If it exists, then scroll the the beginning of the rects.
// If it exists, then scroll to the beginning of the rects.
CGRect rect = [scrollView convertFromWindowRect:[self.view convertToWindowRect:rects[0]]];
[scrollView scrollToIncludeRect:rect];
} else if (nRects == 0) {
Expand Down

0 comments on commit 5f81574

Please sign in to comment.