| Index: ios/chrome/browser/find_in_page/js_findinpage_manager.mm
|
| diff --git a/ios/chrome/browser/find_in_page/js_findinpage_manager.mm b/ios/chrome/browser/find_in_page/js_findinpage_manager.mm
|
| index 90766ff774e9b5ac4899842b1056e1a7fd9e67bb..9f411e282c4b3ad78a4a637d70ef0fe32b376935 100644
|
| --- a/ios/chrome/browser/find_in_page/js_findinpage_manager.mm
|
| +++ b/ios/chrome/browser/find_in_page/js_findinpage_manager.mm
|
| @@ -60,7 +60,7 @@ const FindInPageEntry kFindInPageEntryZero = {{0.0, 0.0}, 0};
|
| - (BOOL)processFindInPageResult:(NSString*)result
|
| scrollPosition:(CGPoint*)point;
|
| // Updates find in page model with results. Calls |completionHandler| with the
|
| -// the result of the processing and the new scroll position if successfull. If
|
| +// the result of the processing and the new scroll position if successful. If
|
| // |completionHandler| is called with NO, further pumping is required.
|
| // |completionHandler| cannot be nil.
|
| - (void)processFindInPagePumpResult:(NSString*)result
|
|
|