diff options
author | Vagrant Cascadian <[email protected]> | 2025-03-11 00:21:50 -0700 |
---|---|---|
committer | Vagrant Cascadian <[email protected]> | 2025-03-11 00:23:18 -0700 |
commit | 225518ade1a71876584316b66ff1e3dc4a86efbe (patch) | |
tree | 89ec1c55d79c47398575fb1efa50448c5c56f75c | |
parent | f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5 (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.scm | 2 |
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 |