Skip to content

Commit 1cc409c

Browse files
committed
Apply typo fixes
1 parent 155bd3d commit 1cc409c

File tree

38 files changed

+38
-38
lines changed

38 files changed

+38
-38
lines changed

7.2/alpine3.10/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -eux; \
121121
--with-config-file-path="$PHP_INI_DIR" \
122122
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
123123
\
124-
# make sure invalid --configure-flags are fatal errors intead of just warnings
124+
# make sure invalid --configure-flags are fatal errors instead of just warnings
125125
--enable-option-checking=fatal \
126126
\
127127
# https://github.com/docker-library/php/issues/439

7.2/alpine3.10/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -eux; \
122122
--with-config-file-path="$PHP_INI_DIR" \
123123
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
124124
\
125-
# make sure invalid --configure-flags are fatal errors intead of just warnings
125+
# make sure invalid --configure-flags are fatal errors instead of just warnings
126126
--enable-option-checking=fatal \
127127
\
128128
# https://github.com/docker-library/php/issues/439

7.2/alpine3.10/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -eux; \
122122
--with-config-file-path="$PHP_INI_DIR" \
123123
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
124124
\
125-
# make sure invalid --configure-flags are fatal errors intead of just warnings
125+
# make sure invalid --configure-flags are fatal errors instead of just warnings
126126
--enable-option-checking=fatal \
127127
\
128128
# https://github.com/docker-library/php/issues/439

7.2/alpine3.11/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -eux; \
121121
--with-config-file-path="$PHP_INI_DIR" \
122122
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
123123
\
124-
# make sure invalid --configure-flags are fatal errors intead of just warnings
124+
# make sure invalid --configure-flags are fatal errors instead of just warnings
125125
--enable-option-checking=fatal \
126126
\
127127
# https://github.com/docker-library/php/issues/439

7.2/alpine3.11/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -eux; \
122122
--with-config-file-path="$PHP_INI_DIR" \
123123
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
124124
\
125-
# make sure invalid --configure-flags are fatal errors intead of just warnings
125+
# make sure invalid --configure-flags are fatal errors instead of just warnings
126126
--enable-option-checking=fatal \
127127
\
128128
# https://github.com/docker-library/php/issues/439

7.2/alpine3.11/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN set -eux; \
122122
--with-config-file-path="$PHP_INI_DIR" \
123123
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
124124
\
125-
# make sure invalid --configure-flags are fatal errors intead of just warnings
125+
# make sure invalid --configure-flags are fatal errors instead of just warnings
126126
--enable-option-checking=fatal \
127127
\
128128
# https://github.com/docker-library/php/issues/439

7.2/buster/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN set -eux; \
198198
--with-config-file-path="$PHP_INI_DIR" \
199199
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
200200
\
201-
# make sure invalid --configure-flags are fatal errors intead of just warnings
201+
# make sure invalid --configure-flags are fatal errors instead of just warnings
202202
--enable-option-checking=fatal \
203203
\
204204
# https://github.com/docker-library/php/issues/439

7.2/buster/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN set -eux; \
138138
--with-config-file-path="$PHP_INI_DIR" \
139139
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
140140
\
141-
# make sure invalid --configure-flags are fatal errors intead of just warnings
141+
# make sure invalid --configure-flags are fatal errors instead of just warnings
142142
--enable-option-checking=fatal \
143143
\
144144
# https://github.com/docker-library/php/issues/439

7.2/buster/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN set -eux; \
139139
--with-config-file-path="$PHP_INI_DIR" \
140140
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
141141
\
142-
# make sure invalid --configure-flags are fatal errors intead of just warnings
142+
# make sure invalid --configure-flags are fatal errors instead of just warnings
143143
--enable-option-checking=fatal \
144144
\
145145
# https://github.com/docker-library/php/issues/439

7.2/buster/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN set -eux; \
139139
--with-config-file-path="$PHP_INI_DIR" \
140140
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
141141
\
142-
# make sure invalid --configure-flags are fatal errors intead of just warnings
142+
# make sure invalid --configure-flags are fatal errors instead of just warnings
143143
--enable-option-checking=fatal \
144144
\
145145
# https://github.com/docker-library/php/issues/439

0 commit comments

Comments
 (0)