3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-filesize: Fix typo in description.

* gnu/packages/crates-io.scm (rust-filesize-0.2)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:48:21 +02:00
parent 871012000c
commit a46174b69c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View 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)))