diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 20:17:54 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:11:06 -0700 |
commit | 28680722b29783f66dd43f32887fba280e829812 (patch) | |
tree | e0a92a341b2b6cfc93da8967d66c130ad248c9ba /guix | |
parent | 05ee7ef8b76a856054b3a25062dfcdfa3e73671b (diff) |
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
Diffstat (limited to 'guix')
-rw-r--r-- | guix/build/maven/pom.scm | 2 |
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) |