aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 15:00:29 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 15:00:29 +0000
commit2c5dcdf0b489d9ede506a2bd8c29075a24cdd891 (patch)
tree1bd5640ba1f592145b16c5882f690163b18b8741 /lib/rss
parente5eb6e9a3b8c2235dc81c0f3cb9c90e2b9f49c09 (diff)
downloadruby-2c5dcdf0b489d9ede506a2bd8c29075a24cdd891.tar.gz
* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos
by @dvsuresh [Fixes GH-486] https://github.com/ruby/ruby/pull/486 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss')
-rw-r--r--lib/rss/rss.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb
index 6c89598e2d..a33d21c97e 100644
--- a/lib/rss/rss.rb
+++ b/lib/rss/rss.rb
@@ -105,7 +105,7 @@ module RSS
end
# Some tags must only exist a specific number of times in a given RSS feed.
- # If a feed has too many occurances of one of these tags, a TooMuchTagError
+ # If a feed has too many occurrences of one of these tags, a TooMuchTagError
# will be raised.
class TooMuchTagError < InvalidRSSError
attr_reader :tag, :parent