diff options
| author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-17 14:26:57 +0000 |
|---|---|---|
| committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-17 14:26:57 +0000 |
| commit | a66491efa504b0c7d6e40732f09b1297cbaa87ac (patch) | |
| tree | 433aa7dbd0d264fd7bbcfdc19f2110da9c8db95d | |
| parent | fb6713bd9fad5a2061b39164e765a5a14171b139 (diff) | |
merge revision(s) 40327:
fix typo by @zsalzbank [fix GH-289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | lib/uri/common.rb | 2 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 17f97f84e1..b285687f4d 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -891,7 +891,7 @@ module URI # Decode given +str+ of URL-encoded form data. # - # This decods + to SP. + # This decodes + to SP. # # See URI.encode_www_form_component, URI.decode_www_form def self.decode_www_form_component(str, enc=Encoding::UTF_8) @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2013-04-17" -#define RUBY_PATCHLEVEL 144 +#define RUBY_PATCHLEVEL 145 #define RUBY_RELEASE_YEAR 2013 #define RUBY_RELEASE_MONTH 4 |
