quartz: Fix spelling in comment

This commit is contained in:
Christopher Chavez 2022-02-23 13:12:35 +00:00
parent 2ec0a87403
commit 04394d5b15

View file

@ -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