From ac5d70cdab81ca89420a68b067c6e7806bf14f6e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 26 Jul 2015 00:12:05 +0200 Subject: gnu: perl-data-stag: Fix typo in description. Reported by Anders Jonsson . * gnu/packages/perl.scm (perl-data-stag)[description]: Fix typo. --- gnu/packages/perl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/perl.scm') diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ff5684aa8c..d2e38ccdb1 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -1156,7 +1156,7 @@ (define-public perl-data-stag (synopsis "Structured tags datastructures") (description "This module is for manipulating data as hierarchical tag/value -pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can +pairs (Structured TAGs or Simple Tree AGgregates). These datastructures can be represented as nested arrays, which have the advantage of being native to Perl.") (license (package-license perl)))) -- cgit v1.2.3