From d82605a9bea5706f8642571745e0963fdeb2a42f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 4 Mar 2025 21:10:36 +0800 Subject: [PATCH] ; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix. (cherry picked from commit 25e2656dd9246672353c5f635b365005cb0e0546) --- src/nsterm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5