chore: fix some comments and typos

Signed-off-by: knowmost <knowmost@outlook.com>
This commit is contained in:
knowmost 2024-04-28 11:30:59 +08:00 committed by Michael Mayer
parent c8acfb98c0
commit 020e9e7e19
8 changed files with 9 additions and 9 deletions

View file

@ -481,7 +481,7 @@ function checkCloudInit {
CI="\e[32m[PASS]\e[0m Cloud-init is installed.\n"
((PASS++))
else
CI="\e[41m[FAIL]\e[0m No valid verison of cloud-init was found.\n"
CI="\e[41m[FAIL]\e[0m No valid version of cloud-init was found.\n"
((FAIL++))
STATUS=2
fi