diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-03-07 17:12:46 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-03-07 17:12:46 +0100 |
commit | b60e9fb82fd45d48eeeff9a8abc38a6a1a8ab981 (patch) | |
tree | b7828af96dc1cfe4635e8b955f0bf1741aa98707 /gnu/packages | |
parent | 1e1142d8cbcc81a804d7355fbf82abc3b2e6dca5 (diff) | |
download | guix-b60e9fb82fd45d48eeeff9a8abc38a6a1a8ab981.tar.gz guix-b60e9fb82fd45d48eeeff9a8abc38a6a1a8ab981.zip |
gnu: fuseiso: Fix typo in description.
* gnu/packages/linux.scm (fuseiso)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7788fcf4da..3b7a769fac 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3276,8 +3276,8 @@ write access to exFAT devices.") (synopsis "Mount ISO file system images") (description "FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg, -.bin, .mdf and .img files). It currently support plain ISO9660 Level 1 and 2, -Rock Ridge, Joliet, and zisofs.") +.bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock +Ridge, Joliet, and zisofs.") (license license:gpl2))) (define-public gpm |