Commit 30860b48 authored by dkim's avatar dkim
Browse files

Fix typo

parent 58968bce
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -90,7 +90,7 @@ a CL pathname satisfying all the specified constraints as per ENSURE-PATHNAME"
  (defun probe-file* (p &key truename)
  (defun probe-file* (p &key truename)
    "when given a pathname P (designated by a string as per PARSE-NAMESTRING),
    "when given a pathname P (designated by a string as per PARSE-NAMESTRING),
probes the filesystem for a file or directory with given pathname.
probes the filesystem for a file or directory with given pathname.
If it exists, return its truename is ENSURE-PATHNAME is true,
If it exists, return its truename if TRUENAME is true,
or the original (parsed) pathname if it is false (the default)."
or the original (parsed) pathname if it is false (the default)."
    (values
    (values
     (ignore-errors
     (ignore-errors