summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <[email protected]>2025-03-11 00:21:50 -0700
committerVagrant Cascadian <[email protected]>2025-03-11 00:23:18 -0700
commit225518ade1a71876584316b66ff1e3dc4a86efbe (patch)
tree89ec1c55d79c47398575fb1efa50448c5c56f75c
parentf70ad6267bf2bbafbf5eb0a1d04e2d624af796c5 (diff)
gnu: perl-b-utils: Fix typo.
* gnu/packages/perl.scm (perl-b-utils)[description]: Fix spelling of "manipulation".
-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 59b969c7ec..73507228a1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -994,7 +994,7 @@ compiling the surrounding scope.")
(home-page "https://metacpan.org/release/B-Utils")
(synopsis "Helper functions for op tree manipulation")
(description "@code{B::Utils} provide helper functions for op
-tree manupulation.")
+tree manipulation.")
(license license:perl-license)))
(define-public perl-b-keywords