changeset 10203:008f289e34ef

Typo in comment.
author Bruno Haible <bruno@clisp.org>
date Thu, 12 Jun 2008 15:01:07 +0200
parents 4d972085fd3a
children 93c97f09dc9c
files lib/open.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/open.c	Thu Jun 12 13:47:37 2008 +0200
+++ b/lib/open.c	Thu Jun 12 15:01:07 2008 +0200
@@ -58,7 +58,7 @@
      Rationale: POSIX <http://www.opengroup.org/susv3/basedefs/xbd_chap04.html>
      says that
        "A pathname that contains at least one non-slash character and that
-        ends withone or more trailing slashes shall be resolved as if a
+        ends with one or more trailing slashes shall be resolved as if a
         single dot character ( '.' ) were appended to the pathname."
      and
        "The special filename dot shall refer to the directory specified by