build/maven: fix-pom-dependencies: Fix typo.

* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
This commit is contained in:
Vagrant Cascadian 2020-10-28 20:17:54 -07:00
parent 05ee7ef8b7
commit 28680722b2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -262,7 +262,7 @@ (define* (fix-pom-dependencies pom-file inputs
the latest version of the package. This is an association list of group IDs
to another association list of artifact IDs to a version number.
Returns nothing, but overides the @var{pom-file} as a side-effect."
Returns nothing, but overrides the @var{pom-file} as a side-effect."
(define pom (get-pom pom-file))
(define (ls dir)