[cairo-commit] 2 commits - src/cairo-quartz-surface.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 23 16:18:53 UTC 2022


 src/cairo-quartz-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2005c22e22336118a29494ee318d6a9b9b84f88
Merge: 2ec0a8740 04394d5b1
Author: Uli Schlachter <psychon at znc.in>
Date:   Wed Feb 23 16:18:51 2022 +0000

    Merge branch 'chrstphrchvz-master-patch-67648' into 'master'
    
    quartz: Fix spelling in comment
    
    See merge request cairo/cairo!284

commit 04394d5b1502d7ea9dc2c69e6f9dff3bb0e5deab
Author: Christopher Chavez <chrischavez at gmx.us>
Date:   Wed Feb 23 13:12:35 2022 +0000

    quartz: Fix spelling in comment

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


More information about the cairo-commit mailing list