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

* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 17:26:04 -07:00
parent d6901d933b
commit 55f54fb921
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

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))))