changeset 93047:a7d4c2da55b1

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Mar 2008 09:17:44 +0000
parents 4bc7db998caa
children 7a4d478a79d1
files lisp/net/tramp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Tue Mar 18 04:17:38 2008 +0000
+++ b/lisp/net/tramp.el	Tue Mar 18 09:17:44 2008 +0000
@@ -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 @@
 ;;   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)