aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlrpc.rb')
-rw-r--r--lib/xmlrpc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlrpc.rb b/lib/xmlrpc.rb
index aa24afacac..3928bf0d95 100644
--- a/lib/xmlrpc.rb
+++ b/lib/xmlrpc.rb
@@ -71,7 +71,7 @@
#
# * General
# * possible to choose between XMLParser module (Expat wrapper) and REXML/NQXML (pure Ruby) parsers
-# * Marshalling Ruby objects to Hashs and reconstruct them later from a Hash
+# * Marshalling Ruby objects to Hashes and reconstruct them later from a Hash
# * SandStorm component architecture XMLRPC::Client interface
#
# == Howto