Trivial typos

Non-user facing. 
Found using `codespell -q 3`
This commit is contained in:
Unknown
2017-11-01 21:08:06 -04:00
committed by Jason Rhinelander
parent 5c7a290d37
commit 0b3f44ebdf
8 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
# 4. missing space between keyword and parenthesis, e.g.: for(, if(, while(
# 5. Missing space between right parenthesis and brace, e.g. 'for (...){'
# 6. opening brace on its own line. It should always be on the same line as the
# if/while/for/do statment.
# if/while/for/do statement.
#
# Invoke as: tools/check-style.sh
#