diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:47:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:26 +0200 |
commit | 173a631da0324d8a837ef4355a5e1a9673def837 (patch) | |
tree | 5ca9798bf7c784e274cd369eb0ca1d9bec3fa609 | |
parent | d2f2c09d273a25e99437305537f254a048281464 (diff) |
tests: nfs: Fix typo in description.
* gnu/tests/nfs.scm (%test-nfs-root-fs)[description]: Fix typo.
-rw-r--r-- | gnu/tests/nfs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/nfs.scm b/gnu/tests/nfs.scm index 5d04af38fb..9b2b785176 100644 --- a/gnu/tests/nfs.scm +++ b/gnu/tests/nfs.scm @@ -410,5 +410,5 @@ directories can be mounted.") (system-test (name "nfs-root-fs") (description "Test that an NFS server can be started and the exported -directory can be used as root filesystem.") +directory can be used as root file system.") (value (run-nfs-root-fs-test)))) |