diff lisp/net/ange-ftp.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 09f1b967d12e
children 50a74884f960
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el	Sun Jan 13 09:56:13 2002 +0000
+++ b/lisp/net/ange-ftp.el	Sun Jan 13 10:09:20 2002 +0000
@@ -2326,7 +2326,7 @@
   "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$")
 
 (defun ange-ftp-guess-host-type (host user)
-  "Guess at the the host type of HOST.
+  "Guess the host type of HOST.
 Works by doing a pwd and examining the directory syntax."
   (let ((host-type (ange-ftp-host-type host))
 	(key (concat host "/" user "/~")))