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
|
@ -163,7 +163,7 @@ files.")
|
|||
(synopsis "audio CD reading utility which includes extra data verification features")
|
||||
(description "Cdparanoia retrieves audio tracks from CDDA capable CDROM
|
||||
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
|
||||
target drive is CDDA capable. In addition to simple reading, cdparanoia adds
|
||||
extra-robust data verification, synchronization, error handling and scratch
|
||||
|
|
|
@ -273,7 +273,7 @@ plotting engine by third-party applications like Octave.")
|
|||
%standard-phases)))
|
||||
(outputs '("out" "bin" "lib" "include"))
|
||||
(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
|
||||
extremely large and complex data collections.")
|
||||
(license (license:x11-style
|
||||
|
|
Loading…
Reference in New Issue