fix spelling

This commit is contained in:
Dax T. Games 2018-04-12 21:43:31 -04:00
parent 12e3761017
commit 2a18ba084c

View File

@ -46,7 +46,7 @@ exit /b
:: check if the executable actually exists
if not exist "%git_executable%" (
%lib_console% debug-output :reda_version "%git_executable% does not exist."
%lib_console% debug-output :read_version "%git_executable% does not exist."
exit /b -255
)