mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: apfs-fuse: Fix ’file system’ spelling.
* gnu/packages/file-systems.scm (apfs-fuse)[synopsis]: Fix spelling.
This commit is contained in:
parent
afab450c6f
commit
c1469ab6db
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ (define-public apfs-fuse
|
|||
`(("bzip2" ,bzip2)
|
||||
("fuse" ,fuse)
|
||||
("zlib" ,zlib)))
|
||||
(synopsis "Read-only FUSE driver for the APFS filesystem")
|
||||
(synopsis "Read-only FUSE driver for the APFS file system")
|
||||
(description "APFS-FUSE is a read-only FUSE driver for the @dfn{Apple File
|
||||
System} (APFS). It is currently in an experimental state — it may not be able
|
||||
to read all files, and it does not support all the compression methods in
|
||||
|
|
Loading…
Reference in a new issue