gnu: fuseiso: Fix typo.
* gnu/packages/linux.scm (fuseiso)[synopsis]: s/imsages/images.
This commit is contained in:
parent
a9eeda20b4
commit
dff79364cf
|
@ -3273,7 +3273,7 @@ write access to exFAT devices.")
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://sourceforge.net/projects/fuseiso/")
|
(home-page "https://sourceforge.net/projects/fuseiso/")
|
||||||
(synopsis "Mount ISO file system imsages")
|
(synopsis "Mount ISO file system images")
|
||||||
(description
|
(description
|
||||||
"FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg,
|
"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,
|
.bin, .mdf and .img files). It currently support plain ISO9660 Level 1 and 2,
|
||||||
|
|
Loading…
Reference in New Issue