aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mauve/sender.rb4
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