~ruther/guix-local

ff2cfc5917af666146926cf6cf84bf3f81cf1d21 — Vagrant Cascadian 1 year, 3 months ago eaa6f0d
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".
2 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/perl-web.scm
M gnu/packages/perl.scm
M gnu/packages/perl-web.scm => gnu/packages/perl-web.scm +1 -1
@@ 266,7 266,7 @@ side.")
     (description
      "This package provides an old GeoIP database in the legacy @file{.dat}
format.  The data was collected before MaxMind changed the license and format
of their databases.  It is intended only as a compatability package for
of their databases.  It is intended only as a compatibility package for
SpamAssassin.")
     (license license:cc-by-sa4.0))))


M gnu/packages/perl.scm => gnu/packages/perl.scm +3 -3
@@ 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))))