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