<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -82,7 +82,7 @@ class Merb::Controller &lt; Merb::AbstractController
   #
   # :api: public
   def self.override!(*names)
-    self._overrride_bang.push(*names)
+    self._override_bang.push(*names)
   end
 
   # Hide each of the given methods from being callable as actions.</diff>
      <filename>merb-core/lib/merb-core/controller/merb_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,6 @@ describe &quot;attempting to override a method in Merb::Controller&quot; do
       override! :status
       def status
       end
-    end }.should_not raise_error(Merb::ReservedError)
+    end }.should_not raise_error
   end
 end
\ No newline at end of file</diff>
      <filename>merb-core/spec/public/controller/override_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4343860a4959bf0bfd123b8701a1b4c24ea6d809</id>
    </parent>
  </parents>
  <author>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb/commit/83860887996c8df7b5d93b10ca3c9d84aaae0c82</url>
  <id>83860887996c8df7b5d93b10ca3c9d84aaae0c82</id>
  <committed-date>2008-11-25T09:49:23-08:00</committed-date>
  <authored-date>2008-11-25T09:49:23-08:00</authored-date>
  <message>Fixes a typo in 1.0.2 and the spec that should have caught it</message>
  <tree>d9bfe1687cc83ac38cdaae54594d89c49e9ef2d4</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </committer>
</commit>
