diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-09 00:17:47 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-09 00:17:47 -0800 |
commit | 677d5c928c0da0fd0b3172d2ea023bc73777a06c (patch) | |
tree | cf7e210fb57613c89efcb184f3c9b1b86fdb40a9 /src/nsfns.m | |
parent | b84e3dda5b63822f233732174f63e4854ca3f878 (diff) | |
download | emacs-677d5c928c0da0fd0b3172d2ea023bc73777a06c.tar.gz |
Spelling fixes.
* lisp/net/tramp-adb.el (tramp-adb-get-toolbox):
Fix misspelling of 'unknown'.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 1750eb62cdf..fac61d2ab53 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1503,12 +1503,12 @@ Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */) [panel setDelegate: fileDelegate]; panelOK = 0; - if (! NILP (dir_only_p)) + if (! NILP (dir_only_p)) { [panel setCanChooseDirectories: YES]; [panel setCanChooseFiles: NO]; } - + block_input (); #if defined (NS_IMPL_COCOA) && \ MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 @@ -1519,7 +1519,7 @@ Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */) [panel setNameFieldStringValue: [initS lastPathComponent]]; else [panel setNameFieldStringValue: @""]; - + ret = [panel runModal]; #else if (NILP (mustmatch) && NILP (dir_only_p)) @@ -2147,7 +2147,7 @@ In case the execution fails, an error is signaled. */) [NSApp postEvent: nxev atStart: NO]; // If there are other events, the event loop may exit. Keep running - // until the script has been handeled. */ + // until the script has been handled. */ while (! NILP (as_script)) [NSApp run]; |