<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -83,7 +83,7 @@ module FeedParserMixin
     @version = '' # feed type/version see SUPPORTED_VERSIOSN
     @namespacesInUse = {} # hash of namespaces defined by the feed
 
-    # the following are used internall to track state;
+    # the following are used internally to track state;
     # this is really out of control and should be refactored
     @infeed = false
     @inentry = false
@@ -111,7 +111,7 @@ module FeedParserMixin
   end
 
   def unknown_starttag(tag, attrsd)
-    $stderr &lt;&lt; &quot;start #{tag} with #{attrsd}\n&quot; if $debug
+    $stderr &lt;&lt; &quot;start #{tag} with #{attrsd.inspect}\n&quot; if $debug
     # normalize attrs
     attrsD = {}
     attrsd = Hash[*attrsd.flatten] if attrsd.class == Array # Magic! Asterisk!</diff>
      <filename>lib/rfeedparser/parser_mixin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c67900923f9a25ec8d100ac37850b1b2cdc05b7</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Hodges</name>
    <email>jeff@somethingsimilar.com</email>
  </author>
  <url>http://github.com/UnderpantsGnome/rfeedparser/commit/066dbf2ad17ccd7e605cc9ea4fd2f40da245ddb7</url>
  <id>066dbf2ad17ccd7e605cc9ea4fd2f40da245ddb7</id>
  <committed-date>2009-02-02T22:21:52-08:00</committed-date>
  <authored-date>2009-02-02T22:21:52-08:00</authored-date>
  <message>'internall' should be 'internally'. when printing out the attributes of a tag, use inspect so that the hash is readable</message>
  <tree>74fabc6cbe2691e0a2c2cd0e4aa33427d287fcf6</tree>
  <committer>
    <name>Jeff Hodges</name>
    <email>jeff@somethingsimilar.com</email>
  </committer>
</commit>
