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/process.c | |
| parent | 870c56a0bd8fe51baa2efa20a75b848f2bd27fd4 (diff) | |
| download | emacs-493a8f33ba916403d1fab620e08146632b826101.tar.gz emacs-493a8f33ba916403d1fab620e08146632b826101.zip | |
; Spelling fixes
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |