gnu: Fix typos.
* gnu/packages/cdrom.scm (cdparanoia): Double space in description. * gnu/packages/maths.scm (hdf5): Double space in synopsis.
This commit is contained in:
parent
49e4bca583
commit
516e93f8a6
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ files.")
|
||||||
(synopsis "audio CD reading utility which includes extra data verification features")
|
(synopsis "audio CD reading utility which includes extra data verification features")
|
||||||
(description "Cdparanoia retrieves audio tracks from CDDA capable CDROM
|
(description "Cdparanoia retrieves audio tracks from CDDA capable CDROM
|
||||||
drives. The data can be saved to a file or directed to standard output
|
drives. The data can be saved to a file or directed to standard output
|
||||||
in WAV, AIFF, AIFF-C or raw format. Most ATAPI, SCSI and several
|
in WAV, AIFF, AIFF-C or raw format. Most ATAPI, SCSI and several
|
||||||
proprietary CDROM drive makes are supported; cdparanoia can determine if the
|
proprietary CDROM drive makes are supported; cdparanoia can determine if the
|
||||||
target drive is CDDA capable. In addition to simple reading, cdparanoia adds
|
target drive is CDDA capable. In addition to simple reading, cdparanoia adds
|
||||||
extra-robust data verification, synchronization, error handling and scratch
|
extra-robust data verification, synchronization, error handling and scratch
|
||||||
|
|
|
@ -273,7 +273,7 @@ plotting engine by third-party applications like Octave.")
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(outputs '("out" "bin" "lib" "include"))
|
(outputs '("out" "bin" "lib" "include"))
|
||||||
(home-page "http://www.hdfgroup.org")
|
(home-page "http://www.hdfgroup.org")
|
||||||
(synopsis "Management suite for extremely large and complex data")
|
(synopsis "Management suite for extremely large and complex data")
|
||||||
(description "HDF5 is a suite that makes possible the management of
|
(description "HDF5 is a suite that makes possible the management of
|
||||||
extremely large and complex data collections.")
|
extremely large and complex data collections.")
|
||||||
(license (license:x11-style
|
(license (license:x11-style
|
||||||
|
|
Reference in a new issue