summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-surface.c
diff options
context:
space:
mode:
authorChristopher Chavez <chrischavez@gmx.us>2022-02-23 13:12:35 +0000
committerChristopher Chavez <chrischavez@gmx.us>2022-02-23 13:12:35 +0000
commit04394d5b1502d7ea9dc2c69e6f9dff3bb0e5deab (patch)
tree2f7ea57c816009b68b4a70b1afad7e48f305f7eb /src/cairo-quartz-surface.c
parent2ec0a874031fdb2f3d7a4eaf1d63740a0e25b268 (diff)
downloadcairo-04394d5b1502d7ea9dc2c69e6f9dff3bb0e5deab.tar.gz
quartz: Fix spelling in comment
Diffstat (limited to 'src/cairo-quartz-surface.c')
-rw-r--r--src/cairo-quartz-surface.c2
1 files changed, 1 insertions, 1 deletions
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