summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 17:26:04 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:29:43 -0700
commit55f54fb92188bf83135c5b74a4eadedb6d2e76ea (patch)
tree77faebdac7e57ef412f039b5dc0304a5dcfaca9e /gnu/packages/perl.scm
parentd6901d933b2d120edab840d273e988e52e87c64d (diff)
downloadguix-patches-55f54fb92188bf83135c5b74a4eadedb6d2e76ea.tar
guix-patches-55f54fb92188bf83135c5b74a4eadedb6d2e76ea.tar.gz
gnu: perl-data-uniqid: Fix typo "system".
* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm2
1 files changed, 1 insertions, 1 deletions
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))))