From: Tobias Markus Date: Sun, 13 Oct 2013 19:51:33 +0000 (+0200) Subject: Nit: typo X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=53d98aa87e0b3afb40d41e0afdfea9a4b2593523;p=supertux.git Nit: typo --- diff --git a/CODINGSTYLE b/CODINGSTYLE index 99dbb1973..6ce9c079f 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -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"