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

Unified Diff: ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.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/chrome/browser/ui/util/CRUILabel+AttributeUtils.h
diff --git a/ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.h b/ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.h
index 8cb8fe0d31c28b1b2c4d1eafe3de54b9b1790bea..9cacedef7fe5ca6673b8a9c220797b1c1fde41bc 100644
--- a/ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.h
+++ b/ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.h
@@ -10,7 +10,7 @@
@interface UILabel (CRUILabelAttributeUtils)
@property(nonatomic, assign, setter=cr_setLineHeight:) CGFloat cr_lineHeight;
-// Adjusts the line height of the reciever so that the lines will evenly f
+// Adjusts the line height of the receiver so that the lines will evenly f
- (void)cr_adjustLineHeightForMaximimumLines:(NSUInteger)maximumLines;
@end

Powered by Google App Engine
This is Rietveld 408576698