diff options
author | Vagrant Cascadian <[email protected]> | 2025-02-17 02:02:59 -0800 |
---|---|---|
committer | Vagrant Cascadian <[email protected]> | 2025-02-17 02:05:08 -0800 |
commit | 599124588b48bf602115154c0f41b8c1859b7581 (patch) | |
tree | c1c9e428a042f7cf492c60d3a95d7faad2277bc0 /gnu/packages/astronomy.scm | |
parent | bc82baeac7e37f349d24b09811290d7db9ab4f87 (diff) |
gnu: Fix typos in descriptions for astronomy packages.
* gnu/packages/astronomy.scm (libsharp): Fix spelling of "available".
(wcstools): Fix spelling of "Auxiliary".
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 34bc1ec976..dec7758fff 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1303,7 +1303,7 @@ performance is at least on par with that of its predecessor; however, significant improvements were made to the algorithms for scalar SHTs, which are roughly twice as fast when using the same CPU capabilities. -Supporting paper is availalbe at https://arxiv.org/abs/1303.4945") +Supporting paper is available at https://arxiv.org/abs/1303.4945") (license license:gpl2+))) (define-public libskry @@ -7800,7 +7800,7 @@ header.") "WCSTools is a set of software utilities, written in C, which create, display and manipulate the world coordinate system of a FITS or IRAF image, using specific keywords in the image header which relate pixel position within -the image to position on the sky. Auxillary programs search star catalogs and +the image to position on the sky. Auxiliary programs search star catalogs and manipulate images.") (license license:gpl2+))) |