# HG changeset patch # User Juanma Barranquero # Date 1205831864 0 # Node ID a7d4c2da55b1c97aa23c96ad8c228834e943c36f # Parent 4bc7db998caa7181c7fbd7daea4ab7fa5e5242e0 Fix typos in comments. diff -r 4bc7db998caa -r a7d4c2da55b1 lisp/net/tramp.el --- 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 +;; Author: Kai Großjohann ;; Michael Albinus ;; 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)