1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

Change occurrences of "filesystem" to "file system".

* doc/ref/posix.texi (File System): Change "filesystem" to "file
  system".

* libguile/posix.c (scm_utime): Ditto.
This commit is contained in:
Ludovic Courtès 2010-05-28 15:35:42 +02:00
parent e3401c659e
commit 477e42195c
2 changed files with 3 additions and 3 deletions

View file

@ -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"