[cairo-commit] src/cairo-pdf-surface.c src/drm test/zero-alpha.c
Bryce Harrington
bryce at kemper.freedesktop.org
Sat Apr 4 15:49:55 PDT 2015
src/cairo-pdf-surface.c | 2 +-
src/drm/cairo-drm-intel-debug.c | 2 +-
test/zero-alpha.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2cf2d8e340a325adb205baf8e4bd64e1d1858008
Author: Bryce Harrington <bryce at osg.samsung.com>
Date: Sat Apr 4 15:49:18 2015 -0700
Fix spellings descibed, indicies, stange
diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c
index fd52b0d..4bc2947 100644
--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -136,7 +136,7 @@
* %CAIRO_MIME_TYPE_JBIG2, %CAIRO_MIME_TYPE_JBIG2_GLOBAL,
* %CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID.
*
- * JBIG2 data in PDF must be in the embedded format as descibed in
+ * JBIG2 data in PDF must be in the embedded format as described in
* ISO/IEC 11544. Image specific JBIG2 data must be in
* %CAIRO_MIME_TYPE_JBIG2. Any global segments in the JBIG2 data
* (segments with page association field set to 0) must be in
diff --git a/src/drm/cairo-drm-intel-debug.c b/src/drm/cairo-drm-intel-debug.c
index 7068c93..bfe5136 100644
--- a/src/drm/cairo-drm-intel-debug.c
+++ b/src/drm/cairo-drm-intel-debug.c
@@ -445,7 +445,7 @@ debug_variable_length_prim (struct debug_stream *stream)
len = 1+(i+2)/2;
fprintf (stderr, "%04x: ", stream->offset);
- fprintf (stderr, "3DPRIM, %s variable length %d indicies (%d dwords):\n", prim, i, len);
+ fprintf (stderr, "3DPRIM, %s variable length %d indices (%d dwords):\n", prim, i, len);
for (i = 0; i < len; i++)
fprintf (stderr, "\t0x%08x\n", ptr[i]);
fprintf (stderr, "\n");
diff --git a/test/zero-alpha.c b/test/zero-alpha.c
index 0105cc8..01da92c 100644
--- a/test/zero-alpha.c
+++ b/test/zero-alpha.c
@@ -30,7 +30,7 @@
/* History:
*
- * 2006-06-13 Paul Giblock reports a "Stange alpha channel problem" on
+ * 2006-06-13 Paul Giblock reports a "Strange alpha channel problem" on
* the cairo mailing list.
*
* 2006-06-13 Carl Worth writes this test in an attempt to reproduce
More information about the cairo-commit
mailing list