<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,13 +22,13 @@ module ComicCurse
     if @@languages.include?(:all)
       cwyml.each_value do |cw|
         cw.split(&quot; &quot;).each do |word|
-          cws += &quot;#{word}|&quot;
+          cws += &quot;\b#{word}\b|&quot;
         end
       end
     else
       @@languages.each do |lang|
         cwyml[lang.to_s].split(&quot; &quot;).each do |cw|
-          cws += &quot;#{cw}|&quot;
+          cws += &quot;\b#{cw}\b|&quot;
         end
       end
     end</diff>
      <filename>lib/comic_curse.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a082bd63efdb752b2eb7c0ad3b841aa3759da23f</id>
    </parent>
  </parents>
  <author>
    <name>Michael Erb</name>
    <email>michael@erbmicha.com</email>
  </author>
  <url>http://github.com/erbmicha/comic-curse/commit/f5c3390ed0556edff0f467b52a197101c96dc262</url>
  <id>f5c3390ed0556edff0f467b52a197101c96dc262</id>
  <committed-date>2008-04-11T08:13:32-07:00</committed-date>
  <authored-date>2008-04-11T08:13:32-07:00</authored-date>
  <message>fixed bug in the regexp definition</message>
  <tree>bf3a8a9afccceef1d161a59508f807111e42e111</tree>
  <committer>
    <name>Michael Erb</name>
    <email>michael@erbmicha.com</email>
  </committer>
</commit>
