summaryrefslogtreecommitdiff
path: root/guix/build/maven
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-28 20:17:54 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-28 21:11:06 -0700
commit28680722b29783f66dd43f32887fba280e829812 (patch)
treee0a92a341b2b6cfc93da8967d66c130ad248c9ba /guix/build/maven
parent05ee7ef8b76a856054b3a25062dfcdfa3e73671b (diff)
downloadguix-patches-28680722b29783f66dd43f32887fba280e829812.tar
guix-patches-28680722b29783f66dd43f32887fba280e829812.tar.gz
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
Diffstat (limited to 'guix/build/maven')
-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 6f847da9c1..52f2106659 100644
--- a/guix/build/maven/pom.scm
+++ b/guix/build/maven/pom.scm
@@ -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)