1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

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
+1 -1
View File
@@ -262,7 +262,7 @@ not found in @var{inputs}, information from this list is used instead to determi
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)