aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc.rb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 03:43:23 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 03:43:23 +0000
commitc700927410e64c8a72e632c1ee5ab54b1084a3fa (patch)
tree3b2fee16a2d3ff4626cf53e6357c1c247b23c7da /lib/xmlrpc.rb
parent22e197dcf91cccdb3c5254447eea55ba29457535 (diff)
downloadruby-c700927410e64c8a72e632c1ee5ab54b1084a3fa.tar.gz
[DOC] Fix typos
* benchmark.rb * getoptlong.rb * irb.rb * net/http.rb * net/http/header.rb * net/imap.rb * optparse.rb * pstore.rb * webrick.rb * xmlrpc.rb [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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