diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-04-04 15:49:18 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-04-04 15:49:18 -0700 |
commit | 2cf2d8e340a325adb205baf8e4bd64e1d1858008 (patch) | |
tree | 44073323491624bb15375b2b00673f2557beaaf3 | |
parent | 71392653803277cec6deea9e7aa4696f8b22dd73 (diff) |
Fix spellings descibed, indicies, stange
-rw-r--r-- | src/cairo-pdf-surface.c | 2 | ||||
-rw-r--r-- | src/drm/cairo-drm-intel-debug.c | 2 | ||||
-rw-r--r-- | test/zero-alpha.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c index fd52b0d3e..4bc294796 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 7068c933e..bfe513667 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 0105cc8e6..01da92c96 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 |