Skip to content

Commit 0c6cc54

Browse files
author
杨利兵
committed
修正单词拼写错误
1 parent 536ddde commit 0c6cc54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5050
fi

cg.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3232
repo="excel-code-generator/code-generator"

0 commit comments

Comments
 (0)