fixed two typos

original commit: 2d1d3ad5fcf4b63423d9e7ff783315792ac81626
This commit is contained in:
Bob Burger 2017-11-22 10:38:33 -05:00
parent b453ab1582
commit db1ce365fc

View File

@ -3661,8 +3661,8 @@ the last dot (period) in the last component of a path name.
The path root component is the portion of \var{path} that does not The path root component is the portion of \var{path} that does not
include the extension, if any, or the dot that precedes it. include the extension, if any, or the dot that precedes it.
If the first component names a root directory (including drivers If the first component names a root directory (including drives
and shared under Windows) or home directory, and shares under Windows) or home directory,
\scheme{path-absolute?} returns \scheme{#t}. \scheme{path-absolute?} returns \scheme{#t}.
Otherwise, \scheme{path-absolute?} returns \scheme{#f}. Otherwise, \scheme{path-absolute?} returns \scheme{#f}.