<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -86,13 +86,13 @@ If you're still having issues, please let me know on the mailing list. Also, {To
 
     # fetching multiple feeds
     feed_urls = [&quot;http://feeds.feedburner.com/PaulDixExplainsNothing&quot;, &quot;http://feeds.feedburner.com/trottercashion&quot;]
-    feeds = Feedzirra::Feed.fetch_and_parse(feeds_urls)
+    feeds = Feedzirra::Feed.fetch_and_parse(feed_urls)
 
     # feeds is now a hash with the feed_urls as keys and the parsed feed objects as values. If an error was thrown
     # there will be a Fixnum of the http response code instead of a feed object
 
     # updating multiple feeds. it expects a collection of feed objects
-    updated_feeds = Feedzirra::Feed.udpate(feeds.values)
+    updated_feeds = Feedzirra::Feed.update(feeds.values)
 
     # defining custom behavior on failure or success. note that a return status of 304 (not updated) will call the on_success handler
     feed = Feedzirra::Feed.fetch_and_parse(&quot;http://feeds.feedburner.com/PaulDixExplainsNothing&quot;,</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,7 @@ updated_feed.new_entries  # a collection of the entry objects that are newer tha
 
 # fetching multiple feeds
 feed_urls = [&quot;http://feeds.feedburner.com/PaulDixExplainsNothing&quot;, &quot;http://feeds.feedburner.com/trottercashion&quot;]
-feeds = Feedzirra::Feed.fetch_and_parse(feeds_urls)
+feeds = Feedzirra::Feed.fetch_and_parse(feed_urls)
 
 # feeds is now a hash with the feed_urls as keys and the parsed feed objects as values. If an error was thrown
 # there will be a Fixnum of the http response code instead of a feed object</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d719f08725cfe68e87f5ad696cf54a4920d9b051</id>
    </parent>
  </parents>
  <author>
    <name>Justin S. Leitgeb</name>
    <email>jsl@hcoop.net</email>
  </author>
  <url>http://github.com/pauldix/feedzirra/commit/c185afb46d7b16cdae60b03049b94ac23a2c39c0</url>
  <id>c185afb46d7b16cdae60b03049b94ac23a2c39c0</id>
  <committed-date>2009-04-17T03:29:21-07:00</committed-date>
  <authored-date>2009-04-17T03:29:21-07:00</authored-date>
  <message>Fix a couple of typos that annoyed me while copying and pasting code examples</message>
  <tree>ddf207e7513450e2d13cb3de6e72e38ee5b35547</tree>
  <committer>
    <name>Justin S. Leitgeb</name>
    <email>jsl@hcoop.net</email>
  </committer>
</commit>
