Major rewrite of scripting support:
[supertux.git] / src / control / controller.hpp
index 3e37cf7..026ec2a 100644 (file)
@@ -47,7 +47,7 @@ public:
   bool hold(Control control);
   /** returns true if the control has just been pressed down this frame */
   bool pressed(Control control);
-  /** returns true if the control has just been released down this frame */ 
+  /** returns true if the control has just been released this frame */ 
   bool released(Control control);
 
   virtual void reset();