summaryrefslogtreecommitdiff
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
commitd5081c1ed8e0dd509007b7a617d2640686e91f75 (patch)
tree5937286793780defc1108b003ffb3157ad788d95 /src/nsterm.m
parentc6ab4664a6078ad91af0a61583734d99ba5569f7 (diff)
downloademacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz
Spelling fixes.
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index eefaea8888f..686db4c68ce 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -3506,7 +3506,7 @@ check_native_fs ()
/* 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 cancelled or continued as normal. */
+/* Check if menu open should be canceled or continued as normal. */
void
ns_check_menu_open (NSMenu *menu)
{