guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/18: gnu: perl-data-uniqid: Fix typo "system".


From: guix-commits
Subject: 07/18: gnu: perl-data-uniqid: Fix typo "system".
Date: Wed, 22 May 2019 21:30:41 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 55f54fb92188bf83135c5b74a4eadedb6d2e76ea
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:26:04 2019 -0700

    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 7406a27..f9a5610 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]