diff --git a/.template.Debian/docker-entrypoint.sh b/.template.Debian/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/.template.Debian/docker-entrypoint.sh +++ b/.template.Debian/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/5.6/docker-entrypoint.sh b/5.6/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/5.6/docker-entrypoint.sh +++ b/5.6/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/5.7/docker-entrypoint.sh b/5.7/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/5.7/docker-entrypoint.sh +++ b/5.7/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/8.0/docker-entrypoint.sh b/8.0/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/8.0/docker-entrypoint.sh +++ b/8.0/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then