aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-17 19:35:27 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-17 19:35:27 +0000
commit9d735b9f19f53e8aab18a04c5524ff8d051fb397 (patch)
treebdcccebd2bac7dc9d1c0ff67f4e256be37b35bc2
parentb399728d3e5afe4f3d238904354db9048511a4c2 (diff)
Comment typo
-rw-r--r--app/models/incoming_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index 2b8e82c6a..8e48d75d2 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -630,7 +630,7 @@ class IncomingMessage < ActiveRecord::Base
text = "[ Email has no body, please see attachments ]"
source_charset = "utf-8"
else
- text = part.body # by default, TMail converts to UT8 in this call
+ text = part.body # by default, TMail converts to UTF8 in this call
source_charset = part.charset
if part.content_type == 'text/html'
# e.g. http://www.whatdotheyknow.com/request/35/response/177