diff options
| author | Paul Eggert | 2012-07-02 01:00:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-02 01:00:05 -0700 |
| commit | e3ac128172da6ced7930b8c99d7bf1f2da19cac2 (patch) | |
| tree | 6a875ae0dfb2987b7b25fd815ed5ff2e66e58878 /lisp/net | |
| parent | 3b3e4caca71abc2df49f95090aaccb96cbb75a41 (diff) | |
| download | emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.tar.gz emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/ange-ftp.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 16ebff1cce5..478261d02d0 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -1201,7 +1201,7 @@ only return the directory part of FILE." | |||
| 1201 | (defun ange-ftp-get-passwd (host user) | 1201 | (defun ange-ftp-get-passwd (host user) |
| 1202 | "Return the password for specified HOST and USER, asking user if necessary." | 1202 | "Return the password for specified HOST and USER, asking user if necessary." |
| 1203 | ;; If `non-essential' is non-nil, don't ask for a password. It will | 1203 | ;; If `non-essential' is non-nil, don't ask for a password. It will |
| 1204 | ;; be catched in Tramp. | 1204 | ;; be caught in Tramp. |
| 1205 | (when non-essential | 1205 | (when non-essential |
| 1206 | (throw 'non-essential 'non-essential)) | 1206 | (throw 'non-essential 'non-essential)) |
| 1207 | 1207 | ||
| @@ -1781,7 +1781,7 @@ good, skip, fatal, or unknown." | |||
| 1781 | (defun ange-ftp-gwp-start (host user name args) | 1781 | (defun ange-ftp-gwp-start (host user name args) |
| 1782 | "Login to the gateway machine and fire up an FTP process." | 1782 | "Login to the gateway machine and fire up an FTP process." |
| 1783 | ;; If `non-essential' is non-nil, don't reopen a new connection. It | 1783 | ;; If `non-essential' is non-nil, don't reopen a new connection. It |
| 1784 | ;; will be catched in Tramp. | 1784 | ;; will be caught in Tramp. |
| 1785 | (when non-essential | 1785 | (when non-essential |
| 1786 | (throw 'non-essential 'non-essential)) | 1786 | (throw 'non-essential 'non-essential)) |
| 1787 | (let (;; It would be nice to make process-connection-type nil, | 1787 | (let (;; It would be nice to make process-connection-type nil, |
| @@ -1916,7 +1916,7 @@ been queued with no result. CONT will still be called, however." | |||
| 1916 | If HOST is only FTP-able through a gateway machine then spawn a shell | 1916 | If HOST is only FTP-able through a gateway machine then spawn a shell |
| 1917 | on the gateway machine to do the FTP instead." | 1917 | on the gateway machine to do the FTP instead." |
| 1918 | ;; If `non-essential' is non-nil, don't reopen a new connection. It | 1918 | ;; If `non-essential' is non-nil, don't reopen a new connection. It |
| 1919 | ;; will be catched in Tramp. | 1919 | ;; will be caught in Tramp. |
| 1920 | (when non-essential | 1920 | (when non-essential |
| 1921 | (throw 'non-essential 'non-essential)) | 1921 | (throw 'non-essential 'non-essential)) |
| 1922 | (let* ((use-gateway (ange-ftp-use-gateway-p host)) | 1922 | (let* ((use-gateway (ange-ftp-use-gateway-p host)) |
| @@ -2138,7 +2138,7 @@ Create a new process if needed." | |||
| 2138 | (if (and proc (memq (process-status proc) '(run open))) | 2138 | (if (and proc (memq (process-status proc) '(run open))) |
| 2139 | proc | 2139 | proc |
| 2140 | ;; If `non-essential' is non-nil, don't reopen a new connection. It | 2140 | ;; If `non-essential' is non-nil, don't reopen a new connection. It |
| 2141 | ;; will be catched in Tramp. | 2141 | ;; will be caught in Tramp. |
| 2142 | (when non-essential | 2142 | (when non-essential |
| 2143 | (throw 'non-essential 'non-essential)) | 2143 | (throw 'non-essential 'non-essential)) |
| 2144 | 2144 | ||