build/maven: Fix typo.

* guix/build/maven/pom: Fix spelling of "with".
This commit is contained in:
Vagrant Cascadian 2020-10-28 20:21:03 -07:00
parent 28680722b2
commit 159c5943e4
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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.