diff options
| author | Alex Kost | 2014-09-19 15:31:19 +0400 |
|---|---|---|
| committer | Alex Kost | 2014-09-19 15:31:19 +0400 |
| commit | 516e93f8a6fa9ac4ad1778bd9a73fe049464eecc (patch) | |
| tree | bb8e026957c5baaac4f0d60746747dd68b950196 /gnu/packages/maths.scm | |
| parent | 49e4bca583fee43e78ee38dcb18d83aec68eb1cc (diff) | |
gnu: Fix typos.
* gnu/packages/cdrom.scm (cdparanoia): Double space in description.
* gnu/packages/maths.scm (hdf5): Double space in synopsis.
Diffstat (limited to 'gnu/packages/maths.scm')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 5f30afe43..af9feff04 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |