aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/xmlparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/xmlparser.rb')
-rw-r--r--lib/rss/xmlparser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/xmlparser.rb b/lib/rss/xmlparser.rb
index 6af157a2f2..46df94a320 100644
--- a/lib/rss/xmlparser.rb
+++ b/lib/rss/xmlparser.rb
@@ -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
+ # This error is legacy, so we just set it to the new one
Error = ::XMLParserError # :nodoc:
end
end