<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,10 +40,10 @@ if (workdir and days &gt; 0)
   repository_html.puts HtmlReport.new(reporter.repository_stats, &quot;Statistics for repositories&quot;, days).generate
   repository_html.close
 
-  # Commiter stats
-  commiter_html = File.new(&quot;committers-#{now}-#{days}.html&quot;, &quot;w&quot;)
-  commiter_html.puts HtmlReport.new(reporter.commiter_stats, &quot;Statistics for commiters&quot;, days).generate
-  commiter_html.close
+  # Committer stats
+  committer_html = File.new(&quot;committers-#{now}-#{days}.html&quot;, &quot;w&quot;)
+  committer_html.puts HtmlReport.new(reporter.commiter_stats, &quot;Statistics for committers&quot;, days).generate
+  committer_html.close
 
   # Commit summary
   summary_html = File.new(&quot;summary-#{now}-#{days}.html&quot;, &quot;w&quot;)
@@ -54,5 +54,5 @@ else
   puts &quot;Usage:&quot;
   puts &quot;git-report.rb &lt;path to repositories&gt; &lt;number of days to look back&gt;&quot;
   puts &quot;git-report.rb &lt;path to repositories&gt; &lt;number of days to look back&gt; &lt;number of commits in summary&gt;&quot;
-  puts &quot;git-report.rb &lt;path to repositories&gt; &lt;number of days to look back&gt; &lt;number of commits in summary&gt; &lt;yaml file for commiter name translation&gt;&quot;
+  puts &quot;git-report.rb &lt;path to repositories&gt; &lt;number of days to look back&gt; &lt;number of commits in summary&gt; &lt;yaml file for committer name translation&gt;&quot;
 end
\ No newline at end of file</diff>
      <filename>bin/git-report.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd64088e21688c66f47bd0bb752f1420ccfffa79</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Matiello</name>
    <email>pmatiello@gmail.com</email>
  </author>
  <url>http://github.com/caelum/git-reports/commit/46cb0aed75be907a1cbfce7d804254304dfec472</url>
  <id>46cb0aed75be907a1cbfce7d804254304dfec472</id>
  <committed-date>2009-07-13T11:21:22-07:00</committed-date>
  <authored-date>2009-07-13T11:21:22-07:00</authored-date>
  <message>Fixing more typos: commiters -&gt; committers</message>
  <tree>2aff2b39cfb6a14b4e17cec8ea37fcdc00bbbf33</tree>
  <committer>
    <name>Pedro Matiello</name>
    <email>pmatiello@gmail.com</email>
  </committer>
</commit>
