diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-05-28 15:35:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-05-28 17:02:13 +0200 |
commit | 477e42195c6ffcb33a3dfda9a65d31c1285a0a9f (patch) | |
tree | abde7bbd04fcf0d6b2db828161e1f38f9c60e953 /libguile/posix.c | |
parent | e3401c659eeb43e72f408a2cf9bdbe7ec9d14f12 (diff) | |
download | guile-477e42195c6ffcb33a3dfda9a65d31c1285a0a9f.tar.gz |
Change occurrences of "filesystem" to "file system".
* doc/ref/posix.texi (File System): Change "filesystem" to "file
system".
* libguile/posix.c (scm_utime): Ditto.
Diffstat (limited to 'libguile/posix.c')
-rw-r--r-- | libguile/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/posix.c b/libguile/posix.c index 3244e6e45..b228925f3 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -1382,7 +1382,7 @@ SCM_DEFINE (scm_utime, "utime", 1, 5, 0, "@code{current-time} procedure.\n\n" "The optional @var{actimens} and @var{modtimens} are nanoseconds\n" "to add @var{actime} and @var{modtime}. Nanosecond precision is\n" - "only supported on some combinations of filesystems and operating\n" + "only supported on some combinations of file systems and operating\n" "systems.\n" "@lisp\n" "(utime \"foo\" (- (current-time) 3600))\n" |