spelling fixes

This commit is contained in:
dgames
2022-01-15 11:00:58 -05:00
parent f39aade500
commit 357e51acd1
12 changed files with 30 additions and 30 deletions

View File

@ -14,7 +14,7 @@ exit /b
:read_version
:::===============================================================================
:::read_version - Get the git.exe verion
:::read_version - Get the git.exe version
:::.
:::include:
:::.
@ -54,7 +54,7 @@ exit /b
if /i "%%A %%B" == "git version" (
set "GIT_VERSION=%%C"
) else (
echo "'git --version' returned an inproper version string!"
echo "'git --version' returned an improper version string!"
pause
exit /b
)