]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Mar 2008 09:17:44 +0000 (09:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Mar 2008 09:17:44 +0000 (09:17 +0000)
lisp/net/tramp.el

index f4e11aecd55bf1aca751b0a85816482c51fd9df0..78781aa7e27ef43775a8dec2c6b2643f4c0d54a7 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; (copyright statements below in code to be updated with the above notice)
 
-;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
+;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
 ;;         Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 
@@ -7368,7 +7368,7 @@ Only works for Bourne-like shells."
 ;;   transfer method to use.  (Greg Stark)
 ;; * Remove unneeded parameters from methods.
 ;; * Invoke rsync once for copying a whole directory hierarchy.
-;;   (Francesco Potortì)
+;;   (Francesco Potortì)
 ;; * Make it work for different encodings, and for different file name
 ;;   encodings, too.  (Daniel Pittman)
 ;; * Progress reports while copying files.  (Michael Kifer)