From: Po Lu Date: Tue, 4 Mar 2025 13:10:36 +0000 (+0800) Subject: ; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d82605a9bea5706f8642571745e0963fdeb2a42f;p=emacs.git ; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix. (cherry picked from commit 25e2656dd9246672353c5f635b365005cb0e0546) --- diff --git a/src/nsterm.m b/src/nsterm.m index 55e248ca1c2..e7108c817c8 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -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));