From 2c5dcdf0b489d9ede506a2bd8c29075a24cdd891 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 22 Dec 2013 15:00:29 +0000 Subject: * 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 --- lib/rss/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rss/rss.rb') 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 -- cgit v1.2.3