You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/19 15:01:07 UTC

[maven-mvnd] branch master updated: Fix user's pronoun in mvnd.properties comment (#585)

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b4288b  Fix user's pronoun in mvnd.properties comment (#585)
4b4288b is described below

commit 4b4288bef9ef08aa01c22ab28f3a0a55a36105f6
Author: Piotr Findeisen <pi...@gmail.com>
AuthorDate: Wed Jan 19 16:00:34 2022 +0100

    Fix user's pronoun in mvnd.properties comment (#585)
---
 dist/src/main/distro/conf/mvnd.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/src/main/distro/conf/mvnd.properties b/dist/src/main/distro/conf/mvnd.properties
index beae1c8..9504b09 100644
--- a/dist/src/main/distro/conf/mvnd.properties
+++ b/dist/src/main/distro/conf/mvnd.properties
@@ -85,8 +85,8 @@
 
 # MVND_MIN_THREADS
 # The minimum number of threads to use when constructing the default {@code -T} parameter for the daemon.
-# This value is ignored if the user passes @{@code -T}, @{@code --threads} or {@code -Dmvnd.threads} on the command
-# line or if he sets {@code mvnd.threads} in {@code ~/.m2/mvnd.properties}.
+# This value is ignored if @{@code -T}, @{@code --threads} or {@code -Dmvnd.threads} is specified on the command
+# line, or if {@code mvnd.threads} is specified in {@code ~/.m2/mvnd.properties}.
 #
 # mvnd.minThreads = 1