diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-01-19 05:43:26 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-01-19 05:43:26 +0000 |
commit | 690be750cbf107446438249a868e081e3ee3ff09 () | |
tree | ecf7b375a4a12ab31233b95894fffdac83892650 /lib/rss/xmlparser.rb | |
parent | d1ab866d4ab3508c596a48226deb38925f799a88 (diff) |
* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]
* lib/net/http.rb: ditto * lib/rexml/attribute.rb: ditto * lib/rexml/element.rb: ditto * lib/rexml/source.rb: ditto * lib/rexml/streamlistener.rb: ditto * lib/rss/xmlparser.rb: ditto * lib/rubygems/commands/generate_index_command.rb: ditto * lib/shell.rb: ditto * lib/uri/common.rb:ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rss/xmlparser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ end module XML class Parser unless defined?(Error) - # This erorr is legacy, so we just set it to the new one Error = ::XMLParserError # :nodoc: end end |