diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 16:36:24 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 16:36:24 -0700 |
commit | 5570bf0a9e99019ac24b2b856455afcf360c14fc (patch) | |
tree | 5be7ca22ffb7e9f0766e0df5aee196b101a4ef3d /CODING_STYLE | |
parent | a21a2e935d3a75b045ce5f7e917524052f018758 (diff) |
CODING_STYLE: Fix misspellings.
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index 4fb69247f..2aef41c99 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -30,7 +30,7 @@ characters exclusively (see below). Tab characters -------------- -The tab character must always be interepreted according to its +The tab character must always be interpreted according to its traditional meaning: Advance to the next column which is a multiple of 8. @@ -160,7 +160,7 @@ much harder to read and understand: if (condition) foo (); else bar (); /* Yuck! */ Do eliminate trailing whitespace (space or tab characters) on any -line. Also, avoid putting intial or final blank lines into any file, +line. Also, avoid putting initial or final blank lines into any file, and never use multiple blank lines instead of a single blank line. Do enable the default git pre-commit hook that detect trailing |