From 25e2656dd9246672353c5f635b365005cb0e0546 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. --- 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 @@ Function modeled after x_draw_glyph_string_box (). 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));