From cc74f52211ea416b4d2f1360be23a724f6a89056 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 6 Jan 2023 13:22:11 +0100 Subject: [PATCH] Typo --- 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 9504b098..d528002e 100644 --- a/dist/src/main/distro/conf/mvnd.properties +++ b/dist/src/main/distro/conf/mvnd.properties @@ -53,7 +53,7 @@ # MVND_LOG_PURGE_PERIOD # The automatic log purge period. # -#mvnd.logPurgePeriod = 7d +# mvnd.logPurgePeriod = 7d # MVND_NO_DAEMON # Property to disable using a daemon (usefull for debugging, and only available in non native mode). @@ -67,7 +67,7 @@ # mvnd.debug = false # MVND_IDLE_TIMEOUT -# Duration after which an usused daemon will shut down. +# Duration after which an unused daemon will shut down. # # mvnd.idleTimeout = 3 hours