X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcontrol%2Fcodecontroller.hpp;h=5c34b1727d39df35ffc224837952405a85b2defb;hb=657fc40723665c04b3150946f5bd66b6b0af9230;hp=7cdb4c4ba8b8dc8e9d0164b9d8573df1d764b15d;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/control/codecontroller.hpp b/src/control/codecontroller.hpp index 7cdb4c4ba..5c34b1727 100644 --- a/src/control/codecontroller.hpp +++ b/src/control/codecontroller.hpp @@ -23,10 +23,10 @@ #include "controller.hpp" /** - * This is a dummy controler that doesn't react to any user input but should + * This is a dummy controller that doesn't react to any user input but should * be controlled by code */ -class CodeController : public Controller +class CodeController : public Controller { public: CodeController();