diff options
| author | Paul Eggert | 2016-11-19 14:57:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-11-19 14:58:05 -0800 |
| commit | 493a8f33ba916403d1fab620e08146632b826101 (patch) | |
| tree | 8b22565216131fc84ef326d80e2aca1b7639bde9 /src | |
| parent | 870c56a0bd8fe51baa2efa20a75b848f2bd27fd4 (diff) | |
| download | emacs-493a8f33ba916403d1fab620e08146632b826101.tar.gz emacs-493a8f33ba916403d1fab620e08146632b826101.zip | |
; Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 | ||||
| -rw-r--r-- | src/process.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c index 66a48733a6d..7aa58177d49 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2259,8 +2259,8 @@ file_name_case_insensitive_p (const char *filename) | |||
| 2259 | 2259 | ||
| 2260 | There have been reports that pathconf with _PC_CASE_SENSITIVE | 2260 | There have been reports that pathconf with _PC_CASE_SENSITIVE |
| 2261 | does not work reliably on Mac OS X. If you have a problem, | 2261 | does not work reliably on Mac OS X. If you have a problem, |
| 2262 | please recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or | 2262 | please recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or |
| 2263 | -DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying | 2263 | -D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying |
| 2264 | whether this fixed your problem. */ | 2264 | whether this fixed your problem. */ |
| 2265 | 2265 | ||
| 2266 | #ifdef _PC_CASE_INSENSITIVE | 2266 | #ifdef _PC_CASE_INSENSITIVE |
diff --git a/src/process.c b/src/process.c index d68c930dd6f..49340b120ef 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3102,7 +3102,7 @@ finish_after_tls_connection (Lisp_Object proc) | |||
| 3102 | else if (p->outfd < 0) | 3102 | else if (p->outfd < 0) |
| 3103 | { | 3103 | { |
| 3104 | /* The counterparty may have closed the connection (especially | 3104 | /* The counterparty may have closed the connection (especially |
| 3105 | if the NSM promt above take a long time), so recheck the file | 3105 | if the NSM prompt above take a long time), so recheck the file |
| 3106 | descriptor here. */ | 3106 | descriptor here. */ |
| 3107 | pset_status (p, Qfailed); | 3107 | pset_status (p, Qfailed); |
| 3108 | deactivate_process (proc); | 3108 | deactivate_process (proc); |