diff options
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" |