From: Ian Lynagh Date: Mon, 26 Nov 2007 21:42:52 +0000 (+0000) Subject: Fix a URL X-Git-Tag: 2008-05-28~4 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e5bc07906c3690afa056029f94e6aae5ef4dbaa6;p=haskell-directory.git Fix a URL --- diff --git a/System/Directory.hs b/System/Directory.hs index d5d54e8..42ed6af 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -101,7 +101,7 @@ A directory contains a series of entries, each of which is a named reference to a file system object (file, directory etc.). Some entries may be hidden, inaccessible, or have some administrative function (e.g. `.' or `..' under POSIX -), but in +), but in this standard all such entries are considered to form part of the directory contents. Entries in sub-directories are not, however, considered to form part of the directory contents.