From 5e1dd84796b0aed7db44265b8c6db8cc866cec96 Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Sat, 26 Feb 2022 09:17:28 +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 289fd213a..5681918c4 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -1820,7 +1820,7 @@ _cairo_quartz_cg_mask (const cairo_compositor_t *compositor, mask_surf = extents->mask_pattern.surface.surface; /* When an opaque surface used as a mask in Quartz, its - * luminosity is used as the alpha value, so we con only use + * luminosity is used as the alpha value, so we can only use * surfaces with alpha without creating a temporary mask. */ need_temp = ! (mask_surf->content & CAIRO_CONTENT_ALPHA); }