diff lisp/efs/efs-pc.el @ 40:7e54bd776075 r19-15b103

Import from CVS: tag r19-15b103
author cvs
date Mon, 13 Aug 2007 08:54:25 +0200
parents 8fc7fe29b841
children 8b8b7f3559a2
line wrap: on
line diff
--- a/lisp/efs/efs-pc.el	Mon Aug 13 08:54:02 2007 +0200
+++ b/lisp/efs/efs-pc.el	Mon Aug 13 08:54:25 2007 +0200
@@ -260,7 +260,7 @@
 	;; Neither DOS nor OS/2 allows us to end the name of a directory
 	;; with an "\".
 	;; Adding *.* to the end also allows us to distinguish plain files from
-	;; directries.  All DOS servers seem to understand this except
+	;; directories.  All DOS servers seem to understand this except
 	;; Frontier Technologies' super-tcp server.
 	((string-match "/$" dir-path)
 	 (concat (efs-fix-pc-path dir-path) "*.*"))