aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-09 06:57:29 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-09 06:57:29 -0500
commiteb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb (patch)
treec5beff7b6d3ddf164b89cc59d333cf682802b47f /scripts
parentd5e4915ebe57623801dba9ad88fb764fb84d3831 (diff)
downloadlibpng-eb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb.tar.gz
More misc. typos
found via `codespell-q 3` please review
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/options.awk4
-rw-r--r--scripts/pnglibconf.dfa2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/options.awk b/scripts/options.awk
index 5a0e62652..fef5dfd78 100755
--- a/scripts/options.awk
+++ b/scripts/options.awk
@@ -805,8 +805,8 @@ END{
print comment, "end of options", cend >out
# Do the 'setting' values second, the algorithm the standard
- # tree walk (O(1)) done in an O(2) while/for loop; interations
- # settings x depth, outputing the deepest required macros
+ # tree walk (O(1)) done in an O(2) while/for loop; iterations
+ # settings x depth, outputting the deepest required macros
# first.
print "" >out
print "/* SETTINGS */" >out
diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa
index a1e7a9164..b298a72f3 100644
--- a/scripts/pnglibconf.dfa
+++ b/scripts/pnglibconf.dfa
@@ -189,7 +189,7 @@ setting USER_VERSIONINFO_LEGALTRADEMARKS
setting API_RULE default 0
-# This allows a prefix to be added to the front of every API functon name (and
+# This allows a prefix to be added to the front of every API function name (and
# therefore every symbol) by redefining all the function names with the prefix
# at the end of pnglibconf.h. It also turns on similar internal symbol renaming
# by causing a similar build-time only file, pngprefix.h, to be generated.