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

Unified Diff: ios/clean/chrome/browser/browser_coordinator+internal.h

Issue 2652043006: Fix typos in comments "reciever" -> "receiver". (Closed)
Patch Set: Rebase. Created 3 years, 11 months 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/clean/chrome/browser/browser_coordinator+internal.h
diff --git a/ios/clean/chrome/browser/browser_coordinator+internal.h b/ios/clean/chrome/browser/browser_coordinator+internal.h
index 32e1541b9d94b1d6a4e2a9f38e455d637a92f7a1..95197ccf42c3f902b5be0d6cab01927dbf53c02a 100644
--- a/ios/clean/chrome/browser/browser_coordinator+internal.h
+++ b/ios/clean/chrome/browser/browser_coordinator+internal.h
@@ -59,7 +59,7 @@
// Returns YES if the receiver will take |overlayCoordinator| as a child.
// The default is to return YES only if the receiver has no children, if
-// the reciever has a nil -overlayCoordinator, and if |overlayCoordinator|
+// the receiver has a nil -overlayCoordinator, and if |overlayCoordinator|
// is not already overlaying.
- (BOOL)canAddOverlayCoordinator:(BrowserCoordinator*)overlayCoordinator;
@@ -67,7 +67,7 @@
// added, recursively add it to the receiver's child. If a receiver has
// multiple children and returns YES from -canAddOverlayCoordinator:, it
// must override this method to determines how the overlay is added.
-// If neither the reciever or any child can add |overlayCoordinator|, then
+// If neither the receiver or any child can add |overlayCoordinator|, then
// nothing happens.
- (void)addOverlayCoordinator:(BrowserCoordinator*)overlayCoordinator;
« no previous file with comments | « ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.h ('k') | ios/web/web_state/ui/crw_wk_script_message_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698