Fix typos in comments

This commit is contained in:
Vladimir Ischenko
2025-08-27 16:17:33 +03:00
parent f6cf4c37c1
commit fc99345e11

View File

@ -110,7 +110,7 @@ RABBIT_CONNECTIONS=${RABBIT_CONNECTIONS:-$LIMIT}
JWT_ENABLED=${JWT_ENABLED:-true}
# validate user's vars before usinig in json
# validate user's vars before using in json
if [ "${JWT_ENABLED}" == "true" ]; then
JWT_ENABLED="true"
else
@ -726,7 +726,7 @@ else
waiting_for_datacontainer
# read settings after the data container in ready state
# to prevent get unconfigureted data
# to prevent get unconfigured data
read_setting
update_welcome_page