Fixed spelling of associated.

This commit is contained in:
Steven Fisher
2015-03-18 16:12:23 -07:00
parent 52ab9ddb47
commit 3c6f7cd68f

View File

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