From 97ac61700ae8d2fcf055fdad12533671895f539b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 3 Jun 2005 15:56:52 +0000 Subject: Fix spelling errors. --- CODING_STYLE | 6 +++--- ChangeLog | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index f1a7b1c32..04fc53c44 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -68,7 +68,7 @@ the optional braces should not usually appear: else do_that (); -But the braces are mandatory when mixing single statement and compund +But the braces are mandatory when mixing single statement and compound statements in the various clauses. For example, do not do this: if (condition) { @@ -92,7 +92,7 @@ better with the braces: do_something (); } -And note that this last example also shows a situtation in which the +And note that this last example also shows a situation in which the opening brace really needs to be on its own line. The following looks awful: if (condition && @@ -169,7 +169,7 @@ and names so that the names are aligned: align_parameter_names_in_prototypes (const char *char_star_arg, int int_arg, double *double_star_arg, - double duble_arg); + double double_arg); Note that parameters with a * prefix are aligned one character to the left so that the actual names are aligned. diff --git a/ChangeLog b/ChangeLog index b37aaecd3..3af3b2f64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-03 Carl Worth + + * CODING_STYLE: Fix spelling errors. + 2005-06-03 Carl Worth * CODING_STYLE: Fix Freudian unwrapped line in paragraph -- cgit v1.2.3