Fix typo in MAS_AIO.cmd

atleast -> at least
pull/187/head
Ikko Eltociear Ashimine 2023-02-20 16:29:06 +09:00 committed by GitHub
parent 4b8a769f54
commit 44af5239d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5270,7 +5270,7 @@ call :_color %Green% "Renewal and Activation Tasks were successfully created."
call :_color %Green% "Renewal Task was successfully created." call :_color %Green% "Renewal Task was successfully created."
) )
echo. echo.
call :_color %Gray% "Make sure to run the Activation from the previous menu atleast once." call :_color %Gray% "Make sure to run the Activation from the previous menu at least once."
echo __________________________________________________________________________________________ echo __________________________________________________________________________________________
) )
@ -9034,4 +9034,4 @@ echo Press any key to exit...
pause >nul pause >nul
exit /b exit /b
::End:: ::End::