]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in ange-ftp.el (bug#38660)
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 19 Dec 2019 08:34:44 +0000 (09:34 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 19 Dec 2019 08:34:44 +0000 (09:34 +0100)
lisp/net/ange-ftp.el

index 16e8e757dc00e0ab28e95337b3160ff2bbfb074c..140a0e7e935cda9092771787cabe3c3f9e6dcecd 100644 (file)
@@ -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.