nckx pushed a commit to branch master
in repository guix.
commit a8cee87747ebd9b13f964478246cc42786153058
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:59:13 2021 +0200
gnu: bindfs: Fix typo in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
---
gnu/packages/file-systems.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 0e27cdd..d970fe7 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -184,7 +184,7 @@ large and/or frequently changing (network) environment.")
(home-page "https://bindfs.org")
(synopsis "Bind mount a directory and alter permission bits")
(description
- "@command{bindfs} is a FUSE filesystem for mounting a directory to
+ "@command{bindfs} is a FUSE file system for mounting a directory to
another location, similar to @command{mount --bind}. It can be used for:
@itemize
@item Making a directory read-only.