diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/perl.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 21ba0c9463..b7aaf0af95 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4766,7 +4766,7 @@ import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.") (description "Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; -and alternative installers with the `installler` option. But it's written in +and alternative installers with the `installer` option. But it's written in only about 40% as many lines of code and with zero non-core dependencies.") (license (package-license perl)))) @@ -13671,7 +13671,7 @@ via sendmsg and recvmsg. It also allows manipulating ancillary data or so-called control information (cmsghdr). This ancillary data may be used for file descriptor -passing, IPv6 operations, and a host of implemenation-specific extensions.") +passing, IPv6 operations, and a host of implementation-specific extensions.") (license license:perl-license))) ;;; |