guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/52: gnu: bindfs: Fix typo in description.


From: guix-commits
Subject: 48/52: gnu: bindfs: Fix typo in description.
Date: Sat, 10 Apr 2021 08:15:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8cee87747ebd9b13f964478246cc42786153058
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]