]> code.delx.au - gnu-emacs/blobdiff - src/nsterm.m
Spelling fixes
[gnu-emacs] / src / nsterm.m
index 860c55de70f8557afc8d49a62b6c33a19baeac73..19083ef21f754948934ab3a34e8938e1876b6950 100644 (file)
@@ -1170,7 +1170,7 @@ ns_clip_to_row (struct window *w, struct glyph_row *row,
       // GNUstep doesn't provide named images.  This was reported in
       // 2011, see https://savannah.gnu.org/bugs/?33396
       //
-      // As a drop in replacment, a semi tranparent gray square is used.
+      // As a drop in replacement, a semitransparent gray square is used.
       self.image = [[NSImage alloc] initWithSize:NSMakeSize(32, 32)];
       [self.image lockFocus];
       [[NSColor colorForEmacsRed:0.5 green:0.5 blue:0.5 alpha:0.5] set];