mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build/maven: Fix typo.
* guix/build/maven/pom: Fix spelling of "with".
This commit is contained in:
parent
28680722b2
commit
159c5943e4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ (define (get-parent content)
|
|||
(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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue