diff src/nsterm.m @ 98516:a3386be0b080

Fix case of "GNUstep".
author Glenn Morris <rgm@gnu.org>
date Sat, 04 Oct 2008 18:54:20 +0000
parents 5db459c2e438
children 713fc3ab99e5
line wrap: on
line diff
--- a/src/nsterm.m	Sat Oct 04 18:49:32 2008 +0000
+++ b/src/nsterm.m	Sat Oct 04 18:54:20 2008 +0000
@@ -838,7 +838,7 @@
           r.origin.y += (r.size.height - dim.y) / 2;
           r.size.width = dim.x;
           r.size.height = dim.y;
-          /* XXX: cacheImageInRect under GNUSTEP does not account for
+          /* XXX: cacheImageInRect under GNUstep does not account for
              offset in x_set_window_size, so overestimate (4 fine on Cocoa) */
           surr = NSInsetRect (r, -10, -10);
           ns_focus (frame, &surr, 1);