gnu: rust-filesize: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:48:21 +0000 (19:48 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:27 +0000 (14:11 +0200)
* gnu/packages/crates-io.scm (rust-filesize-0.2)[description]: Fix typo.

gnu/packages/crates-io.scm

index 5d2ccc0..54b2083 100644 (file)
@@ -13969,7 +13969,7 @@ supported in purely NFA-based implementations.")
     (synopsis "Find the physical space used by a file")
     (description
      "@code{filesize} abstracts platform-specific methods of determining the
-real space used by files, taking into account filesystem compression and
+real space used by files, taking into account file system compression and
 sparse files.")
     (license license:expat)))