summaryrefslogtreecommitdiff
path: root/src/nsterm.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 4bdc67c10b5..8d88f7bd3de 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -8369,14 +8369,14 @@ not_in_argv (NSString *arg)
#ifdef NS_IMPL_COCOA
- /* We have to set the accesibility subroles and/or the collection
+ /* We have to set the accessibility subroles and/or the collection
behaviors early otherwise child windows may not go fullscreen as
expected later. */
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101000
if ([child respondsToSelector:@selector(setAccessibilitySubrole:)])
#endif
- /* Set the accessibilty subroles. */
+ /* Set the accessibility subroles. */
if (parentFrame)
[self setAccessibilitySubrole:NSAccessibilityFloatingWindowSubrole];
else