[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: build/maven: fix-pom-dependencies: Fix typo.
From: |
guix-commits |
Subject: |
10/12: build/maven: fix-pom-dependencies: Fix typo. |
Date: |
Thu, 29 Oct 2020 00:15:26 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 05ee7ef8b76a856054b3a25062dfcdfa3e73671b
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Oct 28 20:14:30 2020 -0700
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden".
---
guix/build/maven/pom.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/guix/build/maven/pom.scm b/guix/build/maven/pom.scm
index aa60af2..6f847da 100644
--- a/guix/build/maven/pom.scm
+++ b/guix/build/maven/pom.scm
@@ -246,14 +246,14 @@ to re-declare the namespaces in the top-level element."
"Open @var{pom-file}, and override its content, rewritting its dependencies
to set their version to the latest version available in the @var{inputs}.
-@var{#:with-plugins?} controls whether plugins are also overiden.
+@var{#:with-plugins?} controls whether plugins are also overridden.
@var{#:with-build-dependencies?} controls whether build dependencies (whose
-scope is not empty) are also overiden. By default build dependencies and
-plugins are not overiden.
+scope is not empty) are also overridden. By default build dependencies and
+plugins are not overridden.
@var{#:excludes} is an association list of groupID to a list of artifactIDs.
When a pair (groupID, artifactID) is present in the list, its entry is
-removed instead of being overiden. If the entry is ignored because of the
+removed instead of being overridden. If the entry is ignored because of the
previous arguments, the entry is not removed.
@var{#:local-packages} is an association list that contains additional version
- 01/12: gnu: python-django-auth-ldap: Fix typo., (continued)
- 01/12: gnu: python-django-auth-ldap: Fix typo., guix-commits, 2020/10/29
- 07/12: gnu: python-scour: Fix typo., guix-commits, 2020/10/29
- 05/12: gnu: emacs-highlight-numbers: Fix typo., guix-commits, 2020/10/29
- 06/12: gnu: altermime: Fix typo., guix-commits, 2020/10/29
- 04/12: gnu: python-django-sekizai: Fix typo., guix-commits, 2020/10/29
- 09/12: gnu: ganeti-luxid-service-type: Fix typo., guix-commits, 2020/10/29
- 12/12: build/maven: Fix typo., guix-commits, 2020/10/29
- 11/12: build/maven: fix-pom-dependencies: Fix typo., guix-commits, 2020/10/29
- 03/12: gnu: rust-webpki-0.21: Fix typo., guix-commits, 2020/10/29
- 08/12: gnu: python-mujson: Fix typo., guix-commits, 2020/10/29
- 10/12: build/maven: fix-pom-dependencies: Fix typo.,
guix-commits <=