[PATCH] typos
Nis Martensen
nis.martensen at web.de
Tue Jan 29 01:49:05 PST 2008
---
src/cairo.h | 4 ++--
src/check-doc-syntax.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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 eeb96b2..97f59c6 100755
--- a/src/check-doc-syntax.sh
+++ b/src/check-doc-syntax.sh
@@ -38,7 +38,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
@@ -49,7 +49,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
--
1.5.3.8
--VbJkn9YxBvnuCH5J--
More information about the cairo
mailing list