aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús González <jesusgm@vmware.com>2023-02-14 17:26:12 +0100
committerCosmin Truta <ctruta@gmail.com>2023-02-16 15:34:29 +0200
commit82097c2108b07625a03fd8f3d10d90100a66cd02 (patch)
tree63be299d704e4c45427ac7f3d69fa0eec43bbc80
parente519af8b49f52c4ac400f50f23b48ebe36a5f4df (diff)
downloadlibpng-82097c2108b07625a03fd8f3d10d90100a66cd02.tar.gz
Fix a doc typo in pnglibconf.dfa
Signed-off-by: Cosmin Truta <ctruta@gmail.com>
-rw-r--r--scripts/pnglibconf.dfa6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa
index 261954e47..003e0f2f0 100644
--- a/scripts/pnglibconf.dfa
+++ b/scripts/pnglibconf.dfa
@@ -69,9 +69,9 @@ file pnglibconf.h scripts/pnglibconf.dfa PNGLCONF_H
#
# 1) Create 'pngusr.h', enter the required private build information
# detailed below and #define PNG_NO_<option> for each option you
-# don't want in that file in that file. You can also turn on options
-# using PNG_<option>_SUPPORTED. When you have finished rerun
-# configure and rebuild pnglibconf.h file with -DPNG_USER_CONFIG:
+# don't want in that file. You can also turn on options using
+# PNG_<option>_SUPPORTED. When you have finished, rerun configure
+# and rebuild pnglibconf.h file with -DPNG_USER_CONFIG:
#
# make clean
# CPPFLAGS='-DPNG_USER_CONFIG' ./configure