From 4b4288bef9ef08aa01c22ab28f3a0a55a36105f6 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Wed, 19 Jan 2022 16:00:34 +0100 Subject: [PATCH] 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 beae1c80..9504b098 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