Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit a62ea8f

Browse files
authored
Merge pull request docker-library#757 from xpetit/fix-typo
Fix typo
2 parents 7ea2040 + fdf884a commit a62ea8f

13 files changed

+13
-13
lines changed

10/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

10/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

11/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

11/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

12/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

12/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

13/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

13/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

9.5/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

9.5/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

9.6/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

9.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker_verify_minimum_env() {
144144
# ie: docker_process_init_files /always-initdb.d/*
145145
# process initializer files, based on file extensions and permissions
146146
docker_process_init_files() {
147-
# psql here for backwards compatiblilty "${psql[@]}"
147+
# psql here for backwards compatibility "${psql[@]}"
148148
psql=( docker_process_sql )
149149

150150
echo

0 commit comments

Comments
 (0)