<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ module Fleximage
   # In this example, +image+ is an instance of ImageProxy
   class ImageProxy
     
-    class OepratorNotFound &lt; NameError #:nodoc:
+    class OperatorNotFound &lt; NameError #:nodoc:
     end
     
     # The image to be manipulated by operators.
@@ -35,7 +35,7 @@ module Fleximage
     
     rescue NameError =&gt; e
       if e.to_s =~ /uninitialized constant Fleximage::Operator::#{class_name}/
-        raise OepratorNotFound, &quot;No operator Fleximage::Operator::#{class_name} found for the method \&quot;#{method_name}\&quot;&quot;
+        raise OperatorNotFound, &quot;No operator Fleximage::Operator::#{class_name} found for the method \&quot;#{method_name}\&quot;&quot;
       else
         raise e
       end</diff>
      <filename>lib/fleximage/image_proxy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>371b930be0ae30dd1b4c911bb1ece4a3cd0ece57</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/fleximage/commit/7f3d9281c2bff7ccb76bffa340f7bf64f23298ae</url>
  <id>7f3d9281c2bff7ccb76bffa340f7bf64f23298ae</id>
  <committed-date>2008-04-21T11:16:24-07:00</committed-date>
  <authored-date>2008-04-21T11:16:24-07:00</authored-date>
  <message>Fixed misnamed Exception class</message>
  <tree>b08e588cb938d8e25a6613c6c723ac993cc2bc60</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
