Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: ios/chrome/browser/find_in_page/js_findinpage_manager.mm

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « ios/chrome/browser/find_in_page/js_findinpage_manager.h ('k') | ios/web/crw_browsing_data_store_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698