[cairo-commit] cairo CODING_STYLE,1.2,1.3 ChangeLog,1.628,1.629
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 3 15:56:54 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8572
Modified Files:
CODING_STYLE ChangeLog
Log Message:
* CODING_STYLE: Fix spelling errors.
Index: CODING_STYLE
===================================================================
RCS file: /cvs/cairo/cairo/CODING_STYLE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CODING_STYLE 3 Jun 2005 22:54:40 -0000 1.2
+++ CODING_STYLE 3 Jun 2005 22:56:52 -0000 1.3
@@ -68,7 +68,7 @@
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 @@
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 @@
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.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.628
retrieving revision 1.629
diff -u -d -r1.628 -r1.629
--- ChangeLog 3 Jun 2005 22:54:40 -0000 1.628
+++ ChangeLog 3 Jun 2005 22:56:52 -0000 1.629
@@ -1,5 +1,9 @@
2005-06-03 Carl Worth <cworth at cworth.org>
+ * CODING_STYLE: Fix spelling errors.
+
+2005-06-03 Carl Worth <cworth at cworth.org>
+
* CODING_STYLE: Fix Freudian unwrapped line in paragraph
describing why long lines should be wrapped.
More information about the cairo-commit
mailing list