summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-29 14:43:01 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-29 14:43:01 +0000
commit214aacff744960ae3134605fed501e29a335ec8b (patch)
tree48abbf42834288b14b1206c911b892a41547d97a /lib/uri
parent0c85ffd8a75fbb48d18b32e7c3274d9380f64f99 (diff)
* lib/uri/generic.rb: [DOC] Fix typo
s/arguement/argument/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 48c9d7b9a2..88c96fe90a 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -672,7 +672,7 @@ module URI
# u.hostname = "::1"
# p u.to_s #=> "http://[::1]/bar"
#
- # If the arguement seems IPv6 address,
+ # If the argument seems IPv6 address,
# it is wrapped by brackets.
#
def hostname=(v)