summaryrefslogtreecommitdiff
path: root/test/copy-path.c
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
committerUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
commit2a48955a331e48e40bce0bcf886b41fd83ea4c6f (patch)
tree7ffe15b04bc1e55fbfbb7c491e05cce0ac55ee41 /test/copy-path.c
parent1d99f816b3804f2568ee4669cd0fe57f66ab319d (diff)
parent2eb12d3fbc7ba727a6af5ef0893f9822ecd2d7d3 (diff)
downloadcairo-1.16.tar.gz
Merge branch 'backport-fixes' into '1.16'1.16
Cherry-pick fixes from master into 1.16 See merge request cairo/cairo!20
Diffstat (limited to 'test/copy-path.c')
-rw-r--r--test/copy-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/copy-path.c b/test/copy-path.c
index 25823b6b1..7d7a4f467 100644
--- a/test/copy-path.c
+++ b/test/copy-path.c
@@ -290,7 +290,7 @@ preamble (cairo_test_context_t *ctx)
return cairo_test_status_from_status (ctx, status);
}
- /* And test the degnerate case */
+ /* And test the degenerate case */
CAIRO_CREATE ();
path.num_data = 0;
cairo_append_path (cr, &path);