From 3c6f7cd68ff2525e2ebff2fe4f2399fa45acaf78 Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Wed, 18 Mar 2015 16:12:23 -0700 Subject: [PATCH] Fixed spelling of associated. --- Classes/BITFeedbackComposeViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITFeedbackComposeViewController.m b/Classes/BITFeedbackComposeViewController.m index cde99d0143..9c6dab266e 100644 --- a/Classes/BITFeedbackComposeViewController.m +++ b/Classes/BITFeedbackComposeViewController.m @@ -568,7 +568,7 @@ if (self.selectedAttachmentIndex != NSNotFound){ UIButton *imageButton = self.attachmentScrollViewImageViews[self.selectedAttachmentIndex]; BITFeedbackMessageAttachment *attachment = self.imageAttachments[self.selectedAttachmentIndex]; - [attachment deleteContents]; // mandatory call to delete the files associatd. + [attachment deleteContents]; // mandatory call to delete the files associated. [self.imageAttachments removeObject:attachment]; [self.attachments removeObject:attachment]; [imageButton removeFromSuperview];