diff --git a/mysql-create-superuser.sh b/mysql-create-superuser.sh index c8f1f24..4f01656 100755 --- a/mysql-create-superuser.sh +++ b/mysql-create-superuser.sh @@ -3,7 +3,7 @@ PWGEN=`which pwgen` if [ -z "${PWGEN}" ]; then - echo "Could not finf \"pwgen\" binary" + echo "Could not find \"pwgen\" binary" exit 1 fi