1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

gnu: perl-data-uniqid: Fix typo "system".

* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian
2019-05-22 17:26:04 -07:00
parent d6901d933b
commit 55f54fb921

View File

@@ -1795,7 +1795,7 @@ they are copies of each other.")
(home-page "https://metacpan.org/release/Data-Uniqid")
(synopsis "Perl extension for generating unique identifiers")
(description "@code{Data::Uniqid} provides three simple routines for
generating unique ids. These ids are coded with a Base62 systen to make them
generating unique ids. These ids are coded with a Base62 system to make them
short and handy (e.g. to use it as part of a URL).")
(license (package-license perl))))