<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,7 @@ module URLify
   # Removes diacritics from an input string's characters.
   # 
   # So a lowercase 'u' with an umlaut, &#252;, becomes u, while an uppercase 'A'
-  # with an accute accent, &#193;, becomes A. This method is UTF-8 safe.
+  # with an acute accent, &#193;, becomes A. This method is UTF-8 safe.
   def self.deaccentuate(string)
     (RUBY_VERSION &gt;= &quot;1.9.0&quot; ? string.chars : string.split(//u)).map {|c|
       ACCENTMAP.has_key?(c) ? ACCENTMAP[c] : c</diff>
      <filename>lib/urlify.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bc6bee808bd98105a3b45fbe14269cb5a4cd7d29</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/urlify/commit/463adefd65a55e1fa06da87235da8f39581173d0</url>
  <id>463adefd65a55e1fa06da87235da8f39581173d0</id>
  <committed-date>2009-06-27T14:48:12-07:00</committed-date>
  <authored-date>2009-06-27T14:48:12-07:00</authored-date>
  <message>Fix a typo in the inline documentation.</message>
  <tree>d332030e54d4e9997bf95df9270212302ed07e60</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
