mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
Bugfix: Fix a variety of misspellings
(PARTIAL: Left out anything changing debug.log)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user