summaryrefslogtreecommitdiff
path: root/lib/rss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss.rb')
-rw-r--r--lib/rss.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss.rb b/lib/rss.rb
index f8734e73f8..fd7364645b 100644
--- a/lib/rss.rb
+++ b/lib/rss.rb
@@ -35,7 +35,7 @@
#
# As you can see, the workhorse is RSS::Parser#parse, which takes the source of
# the feed and a parameter that performs validation on the feed. We get back an
-# object that has all of the data from our feed, accessable through methods.
+# object that has all of the data from our feed, accessible through methods.
# This example shows getting the title out of the channel element, and looping
# through the list of items.
#