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

7.2/stretch/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RUN set -eux; \
210210
--with-config-file-path="$PHP_INI_DIR" \
211211
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
212212
\
213-
# make sure invalid --configure-flags are fatal errors intead of just warnings
213+
# make sure invalid --configure-flags are fatal errors instead of just warnings
214214
--enable-option-checking=fatal \
215215
\
216216
# https://github.com/docker-library/php/issues/439

7.2/stretch/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN set -eux; \
150150
--with-config-file-path="$PHP_INI_DIR" \
151151
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
152152
\
153-
# make sure invalid --configure-flags are fatal errors intead of just warnings
153+
# make sure invalid --configure-flags are fatal errors instead of just warnings
154154
--enable-option-checking=fatal \
155155
\
156156
# https://github.com/docker-library/php/issues/439

7.2/stretch/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN set -eux; \
151151
--with-config-file-path="$PHP_INI_DIR" \
152152
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
153153
\
154-
# make sure invalid --configure-flags are fatal errors intead of just warnings
154+
# make sure invalid --configure-flags are fatal errors instead of just warnings
155155
--enable-option-checking=fatal \
156156
\
157157
# https://github.com/docker-library/php/issues/439

7.2/stretch/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN set -eux; \
151151
--with-config-file-path="$PHP_INI_DIR" \
152152
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
153153
\
154-
# make sure invalid --configure-flags are fatal errors intead of just warnings
154+
# make sure invalid --configure-flags are fatal errors instead of just warnings
155155
--enable-option-checking=fatal \
156156
\
157157
# https://github.com/docker-library/php/issues/439

7.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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

7.3/stretch/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RUN set -eux; \
210210
--with-config-file-path="$PHP_INI_DIR" \
211211
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
212212
\
213-
# make sure invalid --configure-flags are fatal errors intead of just warnings
213+
# make sure invalid --configure-flags are fatal errors instead of just warnings
214214
--enable-option-checking=fatal \
215215
\
216216
# https://github.com/docker-library/php/issues/439

7.3/stretch/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN set -eux; \
150150
--with-config-file-path="$PHP_INI_DIR" \
151151
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
152152
\
153-
# make sure invalid --configure-flags are fatal errors intead of just warnings
153+
# make sure invalid --configure-flags are fatal errors instead of just warnings
154154
--enable-option-checking=fatal \
155155
\
156156
# https://github.com/docker-library/php/issues/439

7.3/stretch/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN set -eux; \
151151
--with-config-file-path="$PHP_INI_DIR" \
152152
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
153153
\
154-
# make sure invalid --configure-flags are fatal errors intead of just warnings
154+
# make sure invalid --configure-flags are fatal errors instead of just warnings
155155
--enable-option-checking=fatal \
156156
\
157157
# https://github.com/docker-library/php/issues/439

7.3/stretch/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN set -eux; \
151151
--with-config-file-path="$PHP_INI_DIR" \
152152
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
153153
\
154-
# make sure invalid --configure-flags are fatal errors intead of just warnings
154+
# make sure invalid --configure-flags are fatal errors instead of just warnings
155155
--enable-option-checking=fatal \
156156
\
157157
# https://github.com/docker-library/php/issues/439

7.4/alpine3.10/cli/Dockerfile

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

7.4/alpine3.10/fpm/Dockerfile

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

7.4/alpine3.10/zts/Dockerfile

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

7.4/alpine3.11/cli/Dockerfile

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

7.4/alpine3.11/fpm/Dockerfile

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

7.4/alpine3.11/zts/Dockerfile

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

7.4/buster/apache/Dockerfile

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

7.4/buster/cli/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.4/buster/fpm/Dockerfile

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

7.4/buster/zts/Dockerfile

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

0 commit comments

Comments
 (0)