From 7fd274ba03fce3cf01be37abd80fb2a8a9cab576 Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Mon, 16 Mar 2015 11:48:53 -0700 Subject: [PATCH] Fix spelling of necessary. --- Classes/BITAttributedLabel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITAttributedLabel.m b/Classes/BITAttributedLabel.m index e4dfa79fe6..d2d5fb4413 100644 --- a/Classes/BITAttributedLabel.m +++ b/Classes/BITAttributedLabel.m @@ -837,7 +837,7 @@ static inline NSAttributedString * NSAttributedStringBySettingColorFromContext(N NSAttributedString *originalAttributedText = nil; - // Adjust the font size to fit width, if necessarry + // Adjust the font size to fit width, if necessary if (self.adjustsFontSizeToFitWidth && self.numberOfLines > 0) { CGFloat textWidth = [self sizeThatFits:CGSizeZero].width; CGFloat availableWidth = self.frame.size.width * self.numberOfLines;