]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Mar 2025 13:10:36 +0000 (21:10 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:06:15 +0000 (22:06 +0100)
(cherry picked from commit 25e2656dd9246672353c5f635b365005cb0e0546)

src/nsterm.m

index 55e248ca1c2e42f606858a788f1d207c7a660b09..e7108c817c805c642720a52d4893cc51455c79ca 100644 (file)
@@ -4223,7 +4223,7 @@ ns_draw_stretch_glyph_string (struct glyph_string *s)
              CGContextClipToRect (context, bounds);
              CGContextScaleCTM (context, 1, -1);
 
-             /* Stamp the foreground colour using the stipple mask.  */
+             /* Stamp the foreground color using the stipple mask.  */
              [[NSColor colorWithUnsignedLong:s->face->foreground] set];
              CGRect imageSize = CGRectMake (0, 0, CGImageGetWidth (mask),
                                             CGImageGetHeight (mask));