summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-28 20:21:03 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-28 21:11:11 -0700
commit159c5943e4c367452c3aeafc6fc337ca79dd11cb (patch)
tree1e298685c1531f0009dd85a0ff5d211866947e0e /guix
parent28680722b29783f66dd43f32887fba280e829812 (diff)
build/maven: Fix typo.
* guix/build/maven/pom: Fix spelling of "with".
Diffstat (limited to 'guix')
-rw-r--r--guix/build/maven/pom.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/maven/pom.scm b/guix/build/maven/pom.scm
index 52f2106659..c92d409d2b 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.