summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 16cc8885bb..da7e3c5263 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -950,7 +950,7 @@ module URI
#
# == Description
#
- # URI has components listed in order of decreashing signficance from left to right
+ # URI has components listed in order of decreasing signficance from left to right
# see RFC3986 https://tools.ietf.org/html/rfc3986 1.2.3
#
# == Usage