| 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
|
|
|