aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-01-20 14:44:56 -0500
committerGlenn Morris <[email protected]>2014-01-20 14:44:56 -0500
commita6c4680aa241f3599a2d7cf93a977c338b52c062 (patch)
treeab29fd5de2e9ce19fef82cd9d37bf18d46db6441 /src/nsterm.m
parent6cc750eec443c58c48b0fbf0ee65f2de8052cccf (diff)
Fix spelling of "GNUstep"
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 686db4c68c..34e9320af9 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -3433,7 +3433,7 @@ ns_send_appdefined (int value)
/*NSTRACE (ns_send_appdefined); */
#ifdef NS_IMPL_GNUSTEP
- // GNUStep needs postEvent to happen on the main thread.
+ // GNUstep needs postEvent to happen on the main thread.
if (! [[NSThread currentThread] isMainThread])
{
EmacsApp *app = (EmacsApp *)NSApp;
@@ -3503,7 +3503,7 @@ check_native_fs ()
}
#endif
-/* GNUStep and OSX <= 10.4 does not have cancelTracking. */
+/* GNUstep and OSX <= 10.4 does not have cancelTracking. */
#if defined (NS_IMPL_COCOA) && \
MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
/* Check if menu open should be canceled or continued as normal. */
@@ -5750,7 +5750,7 @@ not_in_argv (NSString *arg)
if (! [self isFullscreen])
{
#ifdef NS_IMPL_GNUSTEP
- // GNUStep does not always update the tool bar height. Force it.
+ // GNUstep does not always update the tool bar height. Force it.
if (toolbar) update_frame_tool_bar (emacsframe);
#endif
@@ -7648,7 +7648,7 @@ Default is t for OSX >= 10.7, nil otherwise. */);
DEFVAR_BOOL ("ns-use-srgb-colorspace", ns_use_srgb_colorspace,
doc: /*Non-nil means to use sRGB colorspace on OSX >= 10.7.
Note that this does not apply to images.
-This variable is ignored on OSX < 10.7 and GNUStep. Default is t. */);
+This variable is ignored on OSX < 10.7 and GNUstep. Default is t. */);
ns_use_srgb_colorspace = YES;
/* TODO: move to common code */