summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2025-02-17 11:13:18 -0800
committerVagrant Cascadian <vagrant@debian.org>2025-02-17 12:52:55 -0800
commitff2cfc5917af666146926cf6cf84bf3f81cf1d21 (patch)
tree4a5e6afa173140ad65f1183e845686fc1c7fe4d0 /gnu/packages/perl.scm
parenteaa6f0d3516485e40dfc2507baedcb41daadcb5a (diff)
gnu: Fix spelling in perl package description and synopsis.
* gnu/packages/perl-web.scm (geolite-country-data)[description]: Fix spelling of "compatibility". * gnu/packages/perl.scm (perl-tie-hash-method)[synopsis,description]: Fix spelling of "overridden".
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 13d9db9959..21ba0c9463 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -12078,11 +12078,11 @@ by modifying the @code{seek()} and @code{tell()} calls.")
"1a9jxhg1jl5rcxnhcmgadl3wcznzjihwxgd1chgcmxqk2jszn4ym"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Tie-Hash-Method")
- (synopsis "Tied hash with specific methods overriden by callbacks")
+ (synopsis "Tied hash with specific methods overridden by callbacks")
(description
"@code{Tie::Hash::Method} provides a way to create a tied hash with
-specific overriden behaviour without having to create a new class to do it. A
-tied hash with no methods overriden is functionally equivalent to a normal
+specific overridden behaviour without having to create a new class to do it. A
+tied hash with no methods overridden is functionally equivalent to a normal
hash.")
(license (package-license perl))))