aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/tmail_backend.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-05 16:35:35 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-05 16:35:35 +0000
commit8d7a02933e9d867bd2d3ce2209df2c80a316fe34 (patch)
tree5dad70c1c44c0bc186024d379fdc983e12347d0c /lib/mail_handler/backends/tmail_backend.rb
parent53faf19864cc8bbf872de889e6f59574fc92950c (diff)
Fix typo.
Diffstat (limited to 'lib/mail_handler/backends/tmail_backend.rb')
-rw-r--r--lib/mail_handler/backends/tmail_backend.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail_handler/backends/tmail_backend.rb b/lib/mail_handler/backends/tmail_backend.rb
index 4e9cf6628..92d478541 100644
--- a/lib/mail_handler/backends/tmail_backend.rb
+++ b/lib/mail_handler/backends/tmail_backend.rb
@@ -169,7 +169,7 @@ module MailHandler
end
end
else
- # XXX Yuck. this section alters various content_type's. That puts
+ # XXX Yuck. this section alters various content_types. That puts
# it into conflict with ensure_parts_counted which it has to be
# called both before and after. It will fail with cases of
# attachments of attachments etc.