From 46960440d5b3f3e6585cff1ca80e6af371bdc820 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Thu, 6 Jun 2013 01:10:12 -0700 Subject: [PATCH] Typo. --- django_mailbox/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_mailbox/models.py b/django_mailbox/models.py index 91618fc..8c65521 100755 --- a/django_mailbox/models.py +++ b/django_mailbox/models.py @@ -195,7 +195,7 @@ class Mailbox(models.Model): temp_file.flush() attachment = MessageAttachment() attachment.document.save(filename, File(temp_file)) - attachment.mesage = msg + attachment.message = msg attachment.save() return msg