From 269f7b4fbfe809cbb9c20c8135a5e9497091c50d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 1 Nov 2023 08:50:31 +0900 Subject: [PATCH] Fix typo in start.cmd (#2415) enviroment -> environment --- start.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.cmd b/start.cmd index 65298141c..c2aa6b9e7 100644 --- a/start.cmd +++ b/start.cmd @@ -29,7 +29,7 @@ if exist "%CUR_PATH%%CONFIG%.cmd" ( if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" ( if "%JAVA_PATH%" == "\bin\" ( - call :LOG [ERROR] JAVA_HOME not found, please setup your windows enviroment for installed java. + call :LOG [ERROR] JAVA_HOME not found, please setup your windows environment for installed java. goto :EXIT ) if not exist "%JAVA_PATH%java.exe" (