From 04394d5b1502d7ea9dc2c69e6f9dff3bb0e5deab Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Wed, 23 Feb 2022 13:12:35 +0000 Subject: [PATCH] quartz: Fix spelling in comment --- src/cairo-quartz-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index c8c28d4a7..a92c8fed3 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -1073,7 +1073,7 @@ typedef struct { } cairo_quartz_drawing_state_t; /* -Quartz does not support repeating radients. We handle repeating gradients +Quartz does not support repeating gradients. We handle repeating gradients by manually extending the gradient and repeating color stops. We need to minimize the number of repetitions since Quartz seems to sample our color function across the entire range, even if part of that range is not needed