gnu: perl-const-fast: Fix typo in description.

* gnu/packages/perl.scm (perl-const-fast)[description]: Fix typo.
This commit is contained in:
Ludovic Courtès 2021-09-15 16:51:55 +02:00
parent 39cee0f817
commit 68f51bf536
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1960,7 +1960,7 @@ (define-public perl-const-fast
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Const-Fast")
(synopsis "Facility for creating read-only scalars, arrays, and hashes")
(description "This package provides prodecures to create read-only
(description "This package provides procedures to create read-only
scalars, arrays, and hashes.")
(license (package-license perl))))