diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-12-19 09:34:44 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-12-19 09:34:44 +0100 |
commit | 0bc00cda3cb6e765b0e1f0105edf75425bce13c9 (patch) | |
tree | a7a237b5fd780aa0dbacbd3ce648dde6795a65e0 | |
parent | d55f2f74f53910c4416be1e023771dc3a8142727 (diff) | |
download | emacs-0bc00cda3cb6e765b0e1f0105edf75425bce13c9.tar.gz |
; Fix typos in ange-ftp.el (bug#38660)
-rw-r--r-- | lisp/net/ange-ftp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 16e8e757dc0..140a0e7e935 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -39,8 +39,8 @@ ;; ;; /ange@anorman:/tmp/notes ;; -;; then ange-ftp spawns an FTP process, connect to the host 'anorman' as -;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the +;; then ange-ftp spawns an FTP process, connects to the host 'anorman' as +;; user 'ange', gets the file '/tmp/notes' and pops up a buffer containing the ;; contents of that file as if it were on the local filesystem. If ange-ftp ;; needs a password to connect then it reads one in the echo area. |