From 69f5e85ebba2dc69c59c0b02611f9ef9467c264a Mon Sep 17 00:00:00 2001 From: JING <8046622+evanscjv@user.noreply.gitee.com> Date: Sat, 24 Oct 2020 09:35:27 +0800 Subject: [PATCH] spelling mistakes --- tools/scripts/make_rootfs/rootfsimg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/make_rootfs/rootfsimg.sh b/tools/scripts/make_rootfs/rootfsimg.sh index f3ca588d..a733d6bb 100755 --- a/tools/scripts/make_rootfs/rootfsimg.sh +++ b/tools/scripts/make_rootfs/rootfsimg.sh @@ -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 }