Skip to content

Commit 6d93bdd

Browse files
luzpazbryceharrington
authored andcommitted
Misc. typos
Found via `codespell -i 3 -w -I ../cairo-word-whitelist.txt -L tim,ned,uint` Follow up of 12cb59b Reviewed-by: Bryce Harrington <[email protected]>
1 parent cb871c6 commit 6d93bdd

36 files changed

+56
-56
lines changed

AUTHORS

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Larry Ewing <[email protected]> Test case for group-clip
2929
Brian Ewins <[email protected]> ATSUI maintenance (first success at making it really work)
3030
Bertram Felgenhauer <[email protected]> Fixes for subtle arithmetic errors
3131
Damian Frank <[email protected]> Build system improvements for win32
32-
Bdale Garbee <[email protected]> Provided essential support for cairo achitecture sessions
32+
Bdale Garbee <[email protected]> Provided essential support for cairo architecture sessions
3333
Jens Granseuer <[email protected]> Fixes to generate proper compiler flags
3434
Laxmi Harikumar <[email protected]> Build fix
3535
J. Ali Harlow <[email protected]> win32 backend updates
@@ -42,7 +42,7 @@ Thomas Hunger <[email protected]> Initial version of cairo_in_stroke/fill
4242
Thomas Jaeger <[email protected]> Extended repeat modes for X
4343
Björn Lindqvist <[email protected]> Performance test cases
4444
Kristian Høgsberg <[email protected]> PDF backend, PS backend with meta-surfaces
45-
Amaury Jacquot <[email protected]> Documentation review, appplication testing
45+
Amaury Jacquot <[email protected]> Documentation review, application testing
4646
Adrian Johnson <[email protected]> PDF backend improvement
4747
Michael Johnson <[email protected]> Bug fix for pre-C99 compilers
4848
Jonathon Jongsma <[email protected]> Fix documentation typos
@@ -61,7 +61,7 @@ Jordi Mas <[email protected]> Bug fix for cairo_show_text
6161
Nicholas Miell <[email protected]> Fixes for linking bugs on AMD64
6262
Eugeniy Meshcheryakov <[email protected]> PS/PDF font subsetting improvements
6363
Zakharov Mikhail <[email protected]> Build fix for HP-UX
64-
Christopher (Monty) Montgomery <[email protected]> Performnace fix (subimage_copy), multi-thread testing
64+
Christopher (Monty) Montgomery <[email protected]> Performance fix (subimage_copy), multi-thread testing
6565
Tim Mooney <[email protected]> Fix test suite to compile with Solaris compiler
6666
Jeff Muizelaar <[email protected]> Patient, painful, pixman code merge. Many fixes for intricacies of dashing.
6767
Yevgen Muntyan <[email protected]> win32 build fix
@@ -105,7 +105,7 @@ Sasha Vasko <[email protected]> Build fix to compile without xlib backend
105105
Vladimir Vukicevic <[email protected]> Quartz backend rewrite, win32/quartz maintenance
106106
Jonathan Watt <[email protected]> win32 fixes
107107
Peter Weilbacher <[email protected]> OS/2 backend
108-
Dan Williams <[email protected]> Implemnt MMX function to help OLPC
108+
Dan Williams <[email protected]> Implement MMX function to help OLPC
109109
Chris Wilson <[email protected]> Large-scale robustness improvements, (warn_unsed_result and malloc failure injection)
110110
Carl Worth <[email protected]> Original library, support for paths, images
111111
Richard D. Worth <[email protected]> Build fixes for cygwin

NEWS

+10-10
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Bug Fixes
257257
(Bug #105084)
258258
* Fix multi-monitor virtual desktop with negative coords on Win32
259259
(Bug #100793)
260-
* Fix issues occuring with older FreeType versions.
260+
* Fix issues occurring with older FreeType versions.
261261

262262

263263
Release 1.15.10 (2017-12-07 Bryce Harrington <[email protected]>)
@@ -552,7 +552,7 @@ Bug Fixes
552552
* Fix build issue when using non-GNU strings utility. (Bug #88639)
553553

554554
* Fix build of cairo modules as regular modules, not as versioned shared
555-
libaries. (Bug #29319)
555+
libraries. (Bug #29319)
556556

557557
* Fix build on win32 using gcc 5.4.
558558

@@ -1275,7 +1275,7 @@ reduction in rendering latency by reducing the number of copies
12751275
required to upload image data - given hardware and driver support,
12761276
cairo-xlib can now perform zero copy uploads onto the GPU. And as usual
12771277
Adrian Johnson has been very busy fixing many different corner cases in
1278-
cairo-pdf, impoving opacity groups and font subsetting. Last, but not
1278+
cairo-pdf, improving opacity groups and font subsetting. Last, but not
12791279
least, for cairo-image Søren Sandmann Pedersen added support for
12801280
rendering glyphs to pixman and using that from within cairo. The new
12811281
glyph rendering facility reduces the overhead for setting up the
@@ -1290,7 +1290,7 @@ Bug fixes
12901290
---------
12911291

12921292
Interior boxes were being dropped when amalgamating regions during
1293-
tesselation.
1293+
tessellation.
12941294
https://bugs.freedesktop.org/show_bug.cgi?id=49446
12951295

12961296
Allow building without gtk-doc installed
@@ -1310,7 +1310,7 @@ Bug fixes
13101310
Upload the whole source for a repeating pattern.
13111311
https://bugs.freedesktop.org/show_bug.cgi?id=51910
13121312

1313-
Fix damage tracking to handle continuation chunks corectly and so
1313+
Fix damage tracking to handle continuation chunks correctly and so
13141314
prevent crashes on win32.
13151315
https://bugs.freedesktop.org/show_bug.cgi?id=53384
13161316

@@ -1375,7 +1375,7 @@ Bug fixes
13751375
Release 1.12.0 (2012-03-23 Chris Wilson <[email protected]>)
13761376
===================================================================
13771377
It's taken over 18 months, but the wait is finally over. A new cairo release!
1378-
We are pleased to annouce a new stable release of Cairo that brings many
1378+
We are pleased to announce a new stable release of Cairo that brings many
13791379
new features and performance improvements, all whilst maintaining
13801380
compatibility with cairo-1.0 and all releases since. We recommend anyone
13811381
using a previous release of Cairo to upgrade to 1.12.0.
@@ -2105,7 +2105,7 @@ Long standing bugs fixed:
21052105
tessellator has been overhauled and tune, which handles the fallback
21062106
for when we are unable to use the new span rasteriser on the stroke
21072107
(e.g. when using the current RENDER protocol). The large number of
2108-
pixel artefacts that implementing self-intersection elimination
2108+
pixel artifacts that implementing self-intersection elimination
21092109
removes is ample justification for the potential performance
21102110
regression. If you unfortunately do suffer a substantial performance
21112111
regression in your application, please consider obtaining a
@@ -5789,7 +5789,7 @@ Release 1.2.6 (2006-11-02 Behdad Esfahbod <[email protected]>)
57895789
This is the third bug fix release in the 1.2 series, coming less than
57905790
two months after the 1.2.4 release made on August 18.
57915791

5792-
The 1.2.4 release turned out to be a pretty solid one, except for a crasher
5792+
The 1.2.4 release turned out to be a pretty solid one, except for a crash
57935793
bug when forwarding an X connection where the client and the server have
57945794
varying byte orders, eg. from a PPC to an i686. Other than that, various
57955795
other small bugs have been fixed.
@@ -6099,7 +6099,7 @@ And at least the following bugs have been fixed:
60996099
* Do device offset before float->fixed conversion
61006100
https://bugzilla.gnome.org/show_bug.cgi?id=332266
61016101
* PS: Fix source surfaces with transformations
6102-
* PS: Fix to not draw BUTT-capped degnerate sub-paths
6102+
* PS: Fix to not draw BUTT-capped degenerate sub-paths
61036103
* PS: Don't walk off end of array when printing "~>"
61046104
* Fix some memory leaks in the test suite rig
61056105
* SVG: Fix memory leak when using cairo_mask
@@ -6692,7 +6692,7 @@ Bug fixes
66926692

66936693
* Negative dash offsets have been fixed to work correctly.
66946694

6695-
* The stroking of paths with mutiple subpaths has now been fixed to
6695+
* The stroking of paths with multiple subpaths has now been fixed to
66966696
apply caps to all subpaths rather than just the last one.
66976697

66986698
* Many build fixes for better portability on various systems.

boilerplate/cairo-boilerplate-win32-printing.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ create_printer_dc (win32_target_closure_t *ptc)
153153

154154
/* The printer device units on win32 are 1 unit == 1 dot and the
155155
* origin is the start of the printable area. We transform the
156-
* cordinate space to 1 unit is 1 point as expected by the
156+
* coordinate space to 1 unit is 1 point as expected by the
157157
* tests. As the page size is larger than the test surface, the
158158
* origin is translated down so that the each test is drawn at the
159159
* bottom left corner of the page. This is because the bottom left

build/aclocal.float.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# float word ordering can be different from the byte ordering. In a
77
# multi-word float context, "big-endian" implies that the word containing
88
# the sign bit is found in the memory location with the lowest address.
9-
# This implemenation was inspired by the AC_C_BIGENDIAN macro in autoconf.
9+
# This implementation was inspired by the AC_C_BIGENDIAN macro in autoconf.
1010
# -------------------------------------------------------------------------
1111
AC_DEFUN([AX_C_FLOAT_WORDS_BIGENDIAN],
1212
[AC_CACHE_CHECK(whether float word ordering is bigendian,

build/configure.ac.warnings

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MAYBE_C_SPECIFIC_WARN="-Wold-style-definition \
2424

2525
# New -Wno options should be added here
2626
# gcc-4.4 and later accept every -Wno- option but may complain later that this
27-
# option is unknow each time another warning happen.
27+
# option is unknown each time another warning happens.
2828
# -Wunused-but-set-variable is too noisy at present
2929
NO_WARN="unused-but-set-variable"
3030

perf/cairo-perf-trace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ usage (const char *argv0)
377377
" -i iterations; specify the number of iterations per test case\n"
378378
" -l list only; just list selected test case names without executing\n"
379379
" -r raw; display each time measurement instead of summary statistics\n"
380-
" -s sync; only sum the elapsed time of the indiviual operations\n"
380+
" -s sync; only sum the elapsed time of the individual operations\n"
381381
" -t tile size; draw to tiled surfaces\n"
382382
" -v verbose; in raw mode also show the summaries\n"
383383
" -x exclude; specify a file to read a list of traces to exclude\n"

src/cairo-array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ _cairo_array_append_multiple (cairo_array_t *array,
300300
*
301301
* Allocate space at the end of the array for @num_elements additional
302302
* elements, providing the address of the new memory chunk in
303-
* @elements. This memory will be unitialized, but will be accounted
303+
* @elements. This memory will be uninitialized, but will be accounted
304304
* for in the return value of _cairo_array_num_elements().
305305
*
306306
* Return value: %CAIRO_STATUS_SUCCESS if successful or

src/cairo-cogl-surface.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ typedef struct _cairo_cogl_path_fill_meta {
142142
/* A cached path tessellation should be re-usable with different rotations
143143
* and translations but not for different scales.
144144
*
145-
* one idea is to track the diagonal lenghts of a unit rectangle
145+
* one idea is to track the diagonal lengths of a unit rectangle
146146
* transformed through the original ctm use to tessellate the geometry
147147
* so we can check what the lengths are for any new ctm to know if
148148
* this geometry is compatible.
@@ -166,7 +166,7 @@ typedef struct _cairo_cogl_path_stroke_meta {
166166
/* A cached path tessellation should be re-usable with different rotations
167167
* and translations but not for different scales.
168168
*
169-
* one idea is to track the diagonal lenghts of a unit rectangle
169+
* one idea is to track the diagonal lengths of a unit rectangle
170170
* transformed through the original ctm use to tessellate the geometry
171171
* so we can check what the lengths are for any new ctm to know if
172172
* this geometry is compatible.

src/cairo-default-context.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ _cairo_default_context_get_tolerance (void *abstract_cr)
523523
}
524524

525525

526-
/* Current tranformation matrix */
526+
/* Current transformation matrix */
527527

528528
static cairo_status_t
529529
_cairo_default_context_translate (void *abstract_cr,

src/cairo-ft-font.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ _cairo_index_to_glyph_name (void *abstract_font,
28952895
cairo_ft_scaled_font_t *scaled_font = abstract_font;
28962896
cairo_ft_unscaled_font_t *unscaled = scaled_font->unscaled;
28972897
FT_Face face;
2898-
char buffer[256]; /* PLRM spcifies max name length of 127 */
2898+
char buffer[256]; /* PLRM specifies max name length of 127 */
28992899
FT_Error error;
29002900
int i;
29012901

src/cairo-gl-device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ _cairo_gl_ensure_stencil (cairo_gl_context_t *ctx,
606606
* glLoadIdentity()
607607
* gluOrtho2D()
608608
*
609-
* The calculation for the ortho tranformation was taken from the
609+
* The calculation for the ortho transformation was taken from the
610610
* mesa source code.
611611
*/
612612
static void

src/cairo-gl-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ _cairo_gl_surface_map_to_image (void *abstract_surface,
12521252
return _cairo_image_surface_create_in_error (status);
12531253
}
12541254

1255-
/* We must invert the image manualy if we lack GL_MESA_pack_invert */
1255+
/* We must invert the image manually if we lack GL_MESA_pack_invert */
12561256
if (flipped && ! mesa_invert) {
12571257
uint8_t stack[1024], *row = stack;
12581258
uint8_t *top = image->data;

src/cairo-hash.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ _cairo_hash_table_create (cairo_hash_keys_equal_func_t keys_equal)
204204
* _cairo_hash_table_destroy is called. It is a fatal error otherwise,
205205
* and this function will halt. The rationale for this behavior is to
206206
* avoid memory leaks and to avoid needless complication of the API
207-
* with destroy notifiy callbacks.
207+
* with destroy notify callbacks.
208208
*
209209
* WARNING: The hash_table must have no running iterators in it when
210210
* _cairo_hash_table_destroy is called. It is a fatal error otherwise,

src/cairo-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ _cairo_fopen (const char *filename, const char *mode, FILE **file_out)
959959
/* tmpfile() replacement for Windows.
960960
*
961961
* On Windows tmpfile() creates the file in the root directory. This
962-
* may fail due to unsufficient privileges. However, this isn't a
962+
* may fail due to insufficient privileges. However, this isn't a
963963
* problem on Windows CE so we don't use it there.
964964
*/
965965
FILE *

src/cairo-paginated-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct _cairo_paginated_surface_backend {
8080
(*supports_fine_grained_fallbacks) (void *surface);
8181

8282
/* Optional. Indicates whether the page requires a thumbnail image to be
83-
* supplied. If a thumbnail is required, set width, heigh to size required
83+
* supplied. If a thumbnail is required, set width, height to size required
8484
* and return TRUE.
8585
*/
8686
cairo_bool_t

src/cairo-paginated-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ static const cairo_surface_backend_t cairo_paginated_surface_backend = {
780780
_cairo_paginated_context_create,
781781

782782
_cairo_paginated_surface_create_similar,
783-
NULL, /* create simlar image */
783+
NULL, /* create siimlar image */
784784
NULL, /* map to image */
785785
NULL, /* unmap image */
786786

src/cairo-pattern.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ _cairo_radial_pattern_box_to_parameter (const cairo_radial_pattern_t *radial,
23312331
maxx = x1 + DBL_EPSILON;
23322332
maxy = y1 + DBL_EPSILON;
23332333

2334-
/* we dont' allow negative radiuses, so we will be checking that
2334+
/* we don't allow negative radiuses, so we will be checking that
23352335
* t*dr >= mindr to consider t valid */
23362336
mindr = -(cr + DBL_EPSILON);
23372337

@@ -3022,8 +3022,8 @@ _cairo_pattern_alpha_range (const cairo_pattern_t *pattern,
30223022
*
30233023
* This function cannot be used while the mesh is being constructed.
30243024
*
3025-
* The function returns TRUE and sets the output parametes to define
3026-
* the coodrinate range if the mesh pattern contains at least one
3025+
* The function returns TRUE and sets the output parameters to define
3026+
* the coordinate range if the mesh pattern contains at least one
30273027
* patch, otherwise it returns FALSE.
30283028
**/
30293029
cairo_bool_t
@@ -4760,7 +4760,7 @@ _cairo_debug_print_pattern (FILE *file, const cairo_pattern_t *pattern)
47604760
case CAIRO_FILTER_BEST: s = "best"; break;
47614761
case CAIRO_FILTER_NEAREST: s = "nearest"; break;
47624762
case CAIRO_FILTER_BILINEAR: s = "bilinear"; break;
4763-
case CAIRO_FILTER_GAUSSIAN: s = "guassian"; break;
4763+
case CAIRO_FILTER_GAUSSIAN: s = "gaussian"; break;
47644764
default: s = "invalid"; ASSERT_NOT_REACHED; break;
47654765
}
47664766
fprintf (file, " filter: %s\n", s);

src/cairo-pdf-operators.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ _cairo_pdf_operators_emit_stroke (cairo_pdf_operators_t *pdf_operators,
798798
}
799799

800800
/* The PDF CTM is transformed to the user space CTM when stroking
801-
* so the corect pen shape will be used. This also requires that
801+
* so the correct pen shape will be used. This also requires that
802802
* the path be transformed to user space when emitted. The
803803
* conversion of path coordinates to user space may cause rounding
804804
* errors. For example the device space point (1.234, 3.142) when
@@ -1326,7 +1326,7 @@ _cairo_pdf_operators_emit_glyph (cairo_pdf_operators_t *pdf_operator
13261326
* current position to the next glyph. We also use the Td
13271327
* operator to move the current position if the horizontal
13281328
* position changes by more than 10 (in text space
1329-
* units). This is becauses the horizontal glyph positioning
1329+
* units). This is because the horizontal glyph positioning
13301330
* in the TJ operator is intended for kerning and there may be
13311331
* PDF consumers that do not handle very large position
13321332
* adjustments in TJ.

src/cairo-ps-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3481,7 +3481,7 @@ _cairo_ps_surface_emit_solid_pattern (cairo_ps_surface_t *surface,
34813481
* @source: [in] the source for the form
34823482
* @params: [in] source parameters
34833483
* @test: [in] if TRUE, test if form will be used (excludes size check)
3484-
* @ps_form [out] the new or exisiting entry int the hash table.
3484+
* @ps_form [out] the new or existing entry int the hash table.
34853485
* image or recording.
34863486
*/
34873487
static cairo_int_status_t

src/cairo-script-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ cairo_script_create_for_stream (cairo_write_func_t write_func,
38253825
* cairo_script_write_comment:
38263826
* @script: the script (output device)
38273827
* @comment: the string to emit
3828-
* @len:the length of the sting to write, or -1 to use strlen()
3828+
* @len:the length of the string to write, or -1 to use strlen()
38293829
*
38303830
* Emit a string verbatim into the script.
38313831
*

src/cairo-tag-attributes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static attribute_spec_t _ccitt_params_spec[] =
149149
* lly - lower left y xoordinate
150150
* urx - upper right x xoordinate
151151
* ury - upper right y xoordinate
152-
* all cordinates are in PostScript coordinates.
152+
* all coordinates are in PostScript coordinates.
153153
*/
154154
static attribute_spec_t _eps_params_spec[] =
155155
{

src/cairo-toy-font-face.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static void
208208
_cairo_toy_font_face_fini (cairo_toy_font_face_t *font_face)
209209
{
210210
/* We assert here that we own font_face->family before casting
211-
* away the const qualifer. */
211+
* away the const qualifier. */
212212
assert (font_face->owns_family);
213213
free ((char*) font_face->family);
214214

@@ -420,7 +420,7 @@ _cairo_font_face_is_toy (cairo_font_face_t *font_face)
420420
* cairo_toy_font_face_get_family:
421421
* @font_face: A toy font face
422422
*
423-
* Gets the familly name of a toy font.
423+
* Gets the family name of a toy font.
424424
*
425425
* Return value: The family name. This string is owned by the font face
426426
* and remains valid as long as the font face is alive (referenced).

src/cairo-traps.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ _cairo_traps_tessellate_convex_quad (cairo_traps_t *traps,
284284
* cases to tessellate.
285285
*
286286
* First, we have to determine the Y-axis sort of the four
287-
* vertices, (either abcd or abdc). After that we need to detemine
287+
* vertices, (either abcd or abdc). After that we need to determine
288288
* which edges will be "left" and which will be "right" in the
289289
* resulting trapezoids. This can be determined by computing a
290290
* slope comparison of ab and ad to determine if b is left of d or

src/cairoint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ _cairo_surface_release_device_reference (cairo_surface_t *surface);
15221522
* visuals. This time we invented #cairo_internal_format_t instead,
15231523
* (see it for more discussion).
15241524
*
1525-
* The punchline is that %CAIRO_FORMAT_VALID must not conside any
1525+
* The punchline is that %CAIRO_FORMAT_VALID must not consider any
15261526
* internal format to be valid. Also we need to decide if the
15271527
* RGB16_565 should be moved to instead be an internal format. If so,
15281528
* this macro need not change for it. (We probably will need to leave

src/win32/cairo-win32-printing-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ _cairo_win32_printing_surface_start_page (void *abstract_surface)
20412041
* coordinates.
20422042
*
20432043
* If the device context is an EMF file, using an identity
2044-
* transform often provides insufficent resolution. The workaround
2044+
* transform often provides insufficient resolution. The workaround
20452045
* is to set the GDI CTM to a scale < 1 eg [1.0/16 0 0 1/0/16 0 0]
20462046
* and scale the cairo CTM by [16 0 0 16 0 0]. The
20472047
* SetWorldTransform function call to scale the GDI CTM by 1.0/16

test/cairo-test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ cairo_test_for_target (cairo_test_context_t *ctx,
14701470
#include <signal.h>
14711471
#include <setjmp.h>
14721472
/* Used to catch crashes in a test, so that we report it as such and
1473-
* continue testing, although one crasher may already have corrupted memory in
1473+
* continue testing, although one crash may already have corrupted memory in
14741474
* an nonrecoverable fashion. */
14751475
static jmp_buf jmpbuf;
14761476

test/copy-path.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ preamble (cairo_test_context_t *ctx)
290290
return cairo_test_status_from_status (ctx, status);
291291
}
292292

293-
/* And test the degnerate case */
293+
/* And test the degenerate case */
294294
CAIRO_CREATE ();
295295
path.num_data = 0;
296296
cairo_append_path (cr, &path);

0 commit comments

Comments
 (0)