[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: libisofs: Fix description typos.
From: |
Tobias Geerinckx-Rice |
Subject: |
12/16: gnu: libisofs: Fix description typos. |
Date: |
Thu, 15 Mar 2018 15:30:42 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2773c244b1a814b2a80d415744b31f0031fb87ad
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Mar 15 19:01:10 2018 +0100
gnu: libisofs: Fix description typos.
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as
‘file system’.
---
gnu/packages/cdrom.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 6a2f853..e38242f 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+)))
- 07/16: gnu: acpica: Update to 20180313., (continued)
- 07/16: gnu: acpica: Update to 20180313., Tobias Geerinckx-Rice, 2018/03/15
- 08/16: gnu: r-scatterplot3d: Update to 0.3-41., Tobias Geerinckx-Rice, 2018/03/15
- 09/16: gnu: xdg-user-dirs: Update to 0.17., Tobias Geerinckx-Rice, 2018/03/15
- 06/16: gnu: octave: Update to 4.2.2., Tobias Geerinckx-Rice, 2018/03/15
- 10/16: gnu: gtksourceview: Update to 3.24.7., Tobias Geerinckx-Rice, 2018/03/15
- 16/16: gnu: dmenu: Update to 4.8., Tobias Geerinckx-Rice, 2018/03/15
- 15/16: gnu: you-get: Update to 0.4.1040., Tobias Geerinckx-Rice, 2018/03/15
- 13/16: gnu: libburn: Update to 1.4.8., Tobias Geerinckx-Rice, 2018/03/15
- 11/16: gnu: libisofs: Update to 1.4.8., Tobias Geerinckx-Rice, 2018/03/15
- 14/16: gnu: intel-gpu-tools: Update to 1.22., Tobias Geerinckx-Rice, 2018/03/15
- 12/16: gnu: libisofs: Fix description typos.,
Tobias Geerinckx-Rice <=