File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if [ ! -f $CG_PATH ];then
4444 echo " ` tput setaf 1` ERROR: The file \" $CG_PATH \" does not exist.` tput sgr0` "
4545 echo " run \` ` tput setaf 2` cg update` tput sgr0` \` command to reinstall."
4646 echo
47- echo " For more information about the cg.jar, please vist the following page:"
47+ echo " For more information about the cg.jar, please visit the following page:"
4848 echo " ` tput setaf 4` https://github.com/excel-code-generator/code-generator ` tput sgr0` "
4949 exit 1
5050fi
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if not exist %CG_PATH% (
2828 echo ERROR: The file %CG_PATH% does not exist.
2929 echo run `cg update` command to reinstall.
3030 echo=
31- echo For more information about the cg.jar, please vist the following page:
31+ echo For more information about the cg.jar, please visit the following page:
3232 echo https://github.com/excel-code-generator/code-generator
3333 exit /B 1
3434)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $ErrorActionPreference = "Stop"
1717$PSDefaultParameterValues [' *:ErrorAction' ]= ' Stop'
1818
1919# Always download the latest version
20- # For more information about the cg.jar, please vist the following page:
20+ # For more information about the cg.jar, please visit the following page:
2121# https://github.com/excel-code-generator/code-generator
2222
2323$repo = " excel-code-generator/code-generator"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type java >/dev/null 2>&1 || {
2626}
2727
2828# Always download the latest version
29- # For more information about the cg.jar, please vist the following page:
29+ # For more information about the cg.jar, please visit the following page:
3030# https://github.com/excel-code-generator/code-generator
3131
3232repo=" excel-code-generator/code-generator"
You can’t perform that action at this time.
0 commit comments