gnu: erofs-utils: Fix typo in synopsis & description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:52:33 +0000 (19:52 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:30 +0000 (14:11 +0200)
* gnu/packages/linux.scm (erofs-utils)[synopsis, description]: Fix typo.

gnu/packages/linux.scm

index d50d290..3c1d0fd 100644 (file)
@@ -8026,8 +8026,8 @@ kernel side implementation.")
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
     (home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")
-    (synopsis "User-space tools for EROFS filesystem")
+    (synopsis "User-space tools for EROFS file system")
     (description "EROFS (Enhanced Read-Only File System) is a compressed,
-read-only filesystem optimized for resource-scarce devices.  This package
-provides user-space tools for creating EROFS filesystems.")
+read-only file system optimized for resource-scarce devices.  This package
+provides user-space tools for creating EROFS file systems.")
     (license license:gpl2+)))