summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-01-31 15:21:15 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-01-31 15:25:28 +0100
commit4d68eabaa8dabaecb5ea4af210acbb4d0b10249f (patch)
treef9a8acf314ca9fcb8266610d1c9f46ed4e09cc18 /data/rbot/plugins/rss.rb
parent182d062906f1951e4f253d395fae88f3db620658 (diff)
comments and message fixes
Diffstat (limited to 'data/rbot/plugins/rss.rb')
-rw-r--r--data/rbot/plugins/rss.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb
index 4280c52a..b2d367b0 100644
--- a/data/rbot/plugins/rss.rb
+++ b/data/rbot/plugins/rss.rb
@@ -331,7 +331,7 @@ class RSSFeedsPlugin < Plugin
:desc => "Whether to display links from the text of a feed item.")
# Make an 'unique' ID for a given item, based on appropriate bot options
- # Currently only suppored is bot.config['rss.show_updated']: when false,
+ # Currently only supported is bot.config['rss.show_updated']: when false,
# only the guid/link is accounted for.
def make_uid(item)