]> git.eshelyaron.com Git - emacs.git/commitdiff
(ffap-list-env): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:34:36 +0000 (23:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:34:36 +0000 (23:34 +0000)
lisp/ffap.el

index 0878e511e0faec91b4d5977a85783b4168f12826..dcd9fe718dcdad8a01993b425d545649c9b8b8cb 100644 (file)
@@ -564,7 +564,7 @@ A string means the machine exists, but does not respond for some reason."
   ;; (ffap-file-remote-p "/foo.dom://path")
   (or (and ffap-ftp-regexp
           (string-match ffap-ftp-regexp filename)
-          ;; Convert "/host://path" to "/host:/path", to handle a dieing
+          ;; Convert "/host://path" to "/host:/path", to handle a dying
           ;; practice of advertising ftp paths as "host.dom://path".
           (if (string-match "//" filename)
               (concat (substring filename 0 (match-beginning 0))
@@ -677,7 +677,7 @@ Variable `ffap-ftp-default-user' overrides or suppresses \"anonymous\"."
 
 (defun ffap-list-env (env &optional empty)
   ;; Replace this with parse-colon-path (lisp/files.el)?
-  "Directory list parsed from \":\"-separated ENVinronment variable.
+  "Directory list parsed from \":\"-separated ENVironment variable.
 Optional EMPTY is default if (getenv ENV) is undefined, and is also
 substituted for the first empty-string component, if there is one."
   ;; Derived from psg-list-env in RHOGEE's ff-paths and