From 55f54fb92188bf83135c5b74a4eadedb6d2e76ea Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:26:04 -0700 Subject: gnu: perl-data-uniqid: Fix typo "system". * gnu/packages/perl (perl-data-uniqid)[description]: Fix typo. --- gnu/packages/perl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7406a27c4d..f9a56103ea 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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)))) -- cgit v1.2.3