!26 spelling mistakes

Merge pull request !26 from JING/N/A
This commit is contained in:
openharmony_ci 2020-12-04 18:33:04 +08:00 committed by Gitee
commit f5f823ba99
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ tool_check() {
local ret='0'
command -v "$1" >/dev/null 2>&1 || { local ret='1'; }
if [ "$ret" -ne 0 ]; then
echo "$1 tool is not exit, please install it" >&2
echo "$1 tool is not exist, please install it" >&2
fi
return 0
}