[cairo-commit] src/cairo.h src/check-doc-syntax.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Jan 29 02:32:41 PST 2008


 src/cairo.h             |    4 ++--
 src/check-doc-syntax.sh |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3d82056cee0ba960ebb61877fec8aa646e60e990
Author: Nis Martensen <nis.martensen at web.de>
Date:   Tue Jan 29 05:32:24 2008 -0500

    Fix typos

diff --git a/src/cairo.h b/src/cairo.h
index 3926aaf..0aea4b5 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -380,10 +380,10 @@ cairo_pop_group_to_source (cairo_t *cr);
  *
  * To keep things simple, the operator descriptions here
  * document the behavior for when both source and destination are either fully
- * transparent or fully opaque.  The actual implementaiton works for
+ * transparent or fully opaque.  The actual implementation works for
  * translucent layers too.
  * For a more detailed explanation of the effects of each operator, including
- * the mathematical defitnions, see
+ * the mathematical definitions, see
  * <ulink url="http://cairographics.org/operators/">http://cairographics.org/operators/</ulink>.
  **/
 typedef enum _cairo_operator {
diff --git a/src/check-doc-syntax.sh b/src/check-doc-syntax.sh
index 12a4fff..56ca8e5 100755
--- a/src/check-doc-syntax.sh
+++ b/src/check-doc-syntax.sh
@@ -41,7 +41,7 @@ fi
 if grep "$type_regexp" $FILES | grep -v '#####'; then
 	status=1
 	echo Error: some type names in the docs are not prefixed by hash sign,
-	echo neither are the only token in the doc line followed by collon.
+	echo neither are the only token in the doc line followed by colon.
 	echo Fix this by searching for the following regexp in the above files:
 	echo "	'$type_regexp'"
 fi
@@ -52,7 +52,7 @@ if test "x$SGML_DOCS" = x; then
 fi
 if grep "$func_regexp" $FILES | grep -v '#####'; then
 	status=1
-	echo Error: some function names in the docs are not followed by parantheses.
+	echo Error: some function names in the docs are not followed by parentheses.
 	echo Fix this by searching for the following regexp in the above files:
 	echo "	'$func_regexp'"
 fi


More information about the cairo-commit mailing list