diff options
author | Vagrant Cascadian <[email protected]> | 2025-02-17 01:41:34 -0800 |
---|---|---|
committer | Vagrant Cascadian <[email protected]> | 2025-02-17 01:47:03 -0800 |
commit | bc82baeac7e37f349d24b09811290d7db9ab4f87 (patch) | |
tree | 0a0ea7017736a5da59bc764067dfda046dd5351c /gnu/packages/astronomy.scm | |
parent | 27ebe4e459567807667190cfffd06c9b13096cb1 (diff) |
gnu: Fix typos in synopsis and description in astronomy packages.
* gnu/packages/astronomy.scm (python-sirilic)[synopsis]: Fix spelling of
"process". (python-sep-pjw)[description]: Fix spelling of "library".
(ska-sdp-func)[description]: Fix spelling of "library".
(webbpsf-data)[description]: Fix spelling of "separately".
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 700c1037f0..34bc1ec976 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3336,7 +3336,7 @@ end products of specific X-ray observatories.") (list python-requests python-wxpython)) (home-page "https://siril.org/tutorials/pysiril/") - (synopsis "Acquisition files preparation software to proces with SiriL") + (synopsis "Acquisition files preparation software to process with SiriL") (description "SiriLic (SiriL's Interactif Companion) is a software for preparing acquisition files (raw, Biases, Flat and Dark) for processing with SiriL @@ -6136,7 +6136,7 @@ well as ephemerides services (synopsis "Alternative fork of SEP library") (description "This package provides an alternative maintained fork of SEP python -libary with bug fixtures.") +library with bug fixtures.") (license (list license:expat license:lgpl3+ license:bsd-3)))) (define-public python-suntime @@ -7320,7 +7320,7 @@ large number of image formats.") (synopsis "SDP Processing Function Library") (description "This package provides a Square Kilometre Array (SKA) Science Data -Processor (SDP) function libary for radio astronomy.") +Processor (SDP) function library for radio astronomy.") (license license:bsd-3))) (define-public python-ska-sdp-func @@ -7823,8 +7823,8 @@ manipulate images.") (home-page "https://webbpsf.readthedocs.io/en/stable/installation.html") (synopsis "JWST pupil shape, instrument throughputs, and aperture positions data files") (description - "This package contains FIT and CSV files requried for WebbPSF -installation and distributed separatly from it.") + "This package contains FIT and CSV files required for WebbPSF +installation and distributed separately from it.") (license license:bsd-3))) (define-public weightwatcher |