From db1ce365fc60e6e9398e39a5521dc0ca410a0378 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Wed, 22 Nov 2017 10:38:33 -0500 Subject: [PATCH] fixed two typos original commit: 2d1d3ad5fcf4b63423d9e7ff783315792ac81626 --- csug/io.stex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csug/io.stex b/csug/io.stex index 3c55bd9ef1..8a843c5281 100644 --- a/csug/io.stex +++ b/csug/io.stex @@ -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 include the extension, if any, or the dot that precedes it. -If the first component names a root directory (including drivers -and shared under Windows) or home directory, +If the first component names a root directory (including drives +and shares under Windows) or home directory, \scheme{path-absolute?} returns \scheme{#t}. Otherwise, \scheme{path-absolute?} returns \scheme{#f}.