vagrantc pushed a commit to branch master
in repository guix.
commit 159c5943e4c367452c3aeafc6fc337ca79dd11cb
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Oct 28 20:21:03 2020 -0700
build/maven: Fix typo.
* guix/build/maven/pom: Fix spelling of "with".
---
guix/build/maven/pom.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/maven/pom.scm b/guix/build/maven/pom.scm
index 52f2106..c92d409 100644
--- a/guix/build/maven/pom.scm
+++ b/guix/build/maven/pom.scm
@@ -59,7 +59,7 @@ represents a @file{.pom} file content, or parts of it."
(pom-ref content "parent"))
(define* (find-parent content inputs #:optional local-packages)
- "Find the parent pom for the pom file whith @var{content} in a package's
+ "Find the parent pom for the pom file with @var{content} in a package's
@var{inputs}. When the parent pom cannot be found in @var{inputs}, but
@var{local-packages} is defined, the parent pom is looked up in it.