summaryrefslogtreecommitdiff
path: root/gnu/packages/cdrom.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-15 19:01:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-15 19:11:16 +0100
commit2773c244b1a814b2a80d415744b31f0031fb87ad (patch)
tree5428beb8b1d99523e9ef1b09bf45300ca33500a0 /gnu/packages/cdrom.scm
parentd87d3f963e604bc5a128adfebc45f208d4cbfb67 (diff)
downloadgnu-guix-2773c244b1a814b2a80d415744b31f0031fb87ad.tar
gnu-guix-2773c244b1a814b2a80d415744b31f0031fb87ad.tar.gz
gnu: libisofs: Fix description typos.
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as ‘file system’.
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r--gnu/packages/cdrom.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 6a2f853029..e38242fb44 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -737,11 +737,11 @@ DVD-RW, DVD-R, DVD-R/DL, BD-R, and BD-RE.")
(home-page "https://dev.lovelyhq.com/libburnia/libisofs")
(synopsis "Library to create ISO 9660 images")
(description
- "Libisofs creates ISO 9660 (also known as ECMA-119) filesystem images
+ "Libisofs creates ISO 9660 (also known as ECMA-119) file system images
which can either be written to POSIX file objects or handed over to
libburn for being written directly to optical media.
It can read metadata of ISO 9660 filesystems, manipulate them, and use them
-to produce new complete filesystem images or add-on images to be appended
-to the read filesystem image.
+to produce new complete file system images or add-on images to be appended
+to the read file system image.
Supported extensions to ISO 9660 are Rock Ridge, Joliet, AAIP, zisofs.")
(license gpl2+)))