gnu: bindfs: Fix typo in description.

* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:59:13 +02:00
parent a979647db4
commit a8cee87747
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -184,7 +184,7 @@ (define-public bindfs
(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.