Skip to content

Commit de3cd25

Browse files
committed
Fix typos
1 parent d41f0d0 commit de3cd25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-alpine.template

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

Dockerfile-debian.template

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

0 commit comments

Comments
 (0)