Nit: typo
authorTobias Markus <tobbi@mozilla-uk.org>
Sun, 13 Oct 2013 19:51:33 +0000 (21:51 +0200)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:26 +0000 (18:45 +0200)
CODINGSTYLE

index 99dbb19..6ce9c07 100644 (file)
@@ -14,7 +14,7 @@ SuperTux Coding Standards
 * properly separate data members and member functions, don't mix them
   in the same public/private/protected section
 
-* conditional includes should be indended:
+* conditional includes should be indented:
 
 #ifdef FOOBAR
 #  include "foobar.hpp"