aboutsummaryrefslogtreecommitdiff
path: root/CODING_GUIDELINES.dox
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-01-03 05:23:25 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-01-03 05:23:25 +0000
commit45d0a28a6a63170cf194447dc68ea12459106d80 (patch)
tree9c229f679a0cd5d46079519b9a47d53ef576dcbd /CODING_GUIDELINES.dox
parentb953c42a1958f9ef19205a39eea6bb755d66de74 (diff)
spelling: comments
Diffstat (limited to 'CODING_GUIDELINES.dox')
-rw-r--r--CODING_GUIDELINES.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_GUIDELINES.dox b/CODING_GUIDELINES.dox
index 48ac61b5c8..374d542659 100644
--- a/CODING_GUIDELINES.dox
+++ b/CODING_GUIDELINES.dox
@@ -146,7 +146,7 @@ doSomething(e); doSomething(f); // this is probably bad style anyway
\subsection code_guidelines_3_1 No vertical alignment
Do not use whitespaces to align value names together, this becomes problematic
-on updates to see the change, if the whitspaces need to change on all.
+on updates to see the change, if the whitespace need to change on all.
This should be not used:
~~~~~~~~~~~~~