summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-09-14 01:50:37 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-09-14 01:50:37 +0200
commitc572cf81f4b322af4280ac2133889c997e39d247 (patch)
tree6b0349d4abcbc5201d6f2ad5c41a0b3697649644 /gnu
parenta3d10e080b6b4c12c13f6be2705080745ae7dd50 (diff)
downloadguix-c572cf81f4b322af4280ac2133889c997e39d247.tar.gz
gnu: perl-sub-override: Fix another typo in the description.
* gnu/packages/perl.scm (perl-sub-override): Fix another typo in the
description field.

Change-Id: Iab36d7d2dc23d146114ab1aa65a845d19724e1eb
Diffstat (limited to 'gnu')
-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 a8bbdd514f..380cf893b2 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10257,7 +10257,7 @@ return value is the sub.")
     (home-page "https://metacpan.org/release/Sub-Override")
     (synopsis "Perl extension to override a subroutine")
     (description "A @code{Sub::Override} module that makes it easy to override
-+subroutines.  Particularly useful for mocking in tests.")
+subroutines.  Particularly useful for mocking in tests.")
     (license (package-license perl))))
 
 (define-public perl-sub-quote