diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 22:14:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 19:43:42 +0200 |
commit | c1469ab6db92cbcda32a5f26b81bf9f3aceedd89 (patch) | |
tree | 4846de90b4022d54cabaa18bf4d5874387200ca0 /gnu/packages/file-systems.scm | |
parent | afab450c6f546293ae9f21799b65df5bf4a91d46 (diff) | |
download | guix-c1469ab6db92cbcda32a5f26b81bf9f3aceedd89.tar guix-c1469ab6db92cbcda32a5f26b81bf9f3aceedd89.tar.gz |
gnu: apfs-fuse: Fix ’file system’ spelling.
* gnu/packages/file-systems.scm (apfs-fuse)[synopsis]: Fix spelling.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index c778ebd21e..3a7e3284a9 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -322,7 +322,7 @@ network. LIBNFS offers three different APIs, for different use : `(("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 |