diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-26 00:48:39 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-12 17:00:02 +0000 |
commit | 9e98fe6f584d8bdd0ffe4d5dc5c0b908beb456db (patch) | |
tree | 7184c24972587017f1670bbdc34d328c782feae7 /doc/coding.txt | |
parent | ae8ccfd24bad9b0b08c431c7d446566b5fc3e661 (diff) |
Bugfix: Fix a variety of misspellings
(PARTIAL: Left out anything changing debug.log)
Diffstat (limited to 'doc/coding.txt')
-rw-r--r-- | doc/coding.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding.txt b/doc/coding.txt index b3c812a486..cc41850a5c 100644 --- a/doc/coding.txt +++ b/doc/coding.txt @@ -22,8 +22,8 @@ bool Function(char* psz, int n) - No extra spaces inside parenthesis; please don't do ( this )
- No space after function names, one space after if, for and while
-Variable names begin with the type in lowercase, like nSomeVariable.
-Please don't put the first word of the variable name in lowercase like
+Variable names begin with the type in lower-case, like nSomeVariable.
+Please don't put the first word of the variable name in lower-case like
someVariable.
Common types:
|