diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-01 14:34:43 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-01 14:34:43 +0100 |
commit | 2257700f99180255ef708b379a2bf74136d97ab1 (patch) | |
tree | 13beb2381b7b2f4ec4a9cde4fc95fdec7894ca7e | |
parent | 9f6bee75108f08463516bce554b76faf56e2122f (diff) |
Fixed spelling mistake
-rw-r--r-- | lib/mauve/sender.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/sender.rb b/lib/mauve/sender.rb index 054313e..fc12a99 100644 --- a/lib/mauve/sender.rb +++ b/lib/mauve/sender.rb @@ -153,7 +153,7 @@ module Mauve # # Check the locale charset. This is to maximise the amout of information - # mauve receives, rather than provide proper sanitised data for the server. + # mauve receives, rather than provide proper sanitized data for the server. # from_charset = (Locale.current.charset || Locale.charset) if defined?(Locale) from_charset ||= "UTF-8" @@ -201,7 +201,7 @@ module Mauve # # Clean up the update, and set any missing fields. # - update = sanitise(update) + update = sanitize(update) data = sanitize(update).serialize_to_string |