summaryrefslogtreecommitdiff
path: root/projects
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 /projects
parentd5e4915ebe57623801dba9ad88fb764fb84d3831 (diff)
downloadlibpng-eb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb.tar.gz
More misc. typos
found via `codespell-q 3` please review
Diffstat (limited to 'projects')
-rw-r--r--projects/owatcom/pngconfig.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/owatcom/pngconfig.mak b/projects/owatcom/pngconfig.mak
index 3ef2948ca..11f1aa72b 100644
--- a/projects/owatcom/pngconfig.mak
+++ b/projects/owatcom/pngconfig.mak
@@ -117,7 +117,7 @@ $# 3) Delete this file (config.inf).
<<
@$(COPY) << pngconfig.dfa
$# pngconfig.dfa: this file contains configuration options for libpng.
-$# If emtpy the standard configuration will be built. For this file to be
+$# If empty the standard configuration will be built. For this file to be
$# used a working version of the program 'awk' is required and the program
$# must be identified in the 'before' rule of the project.
$#
@@ -144,7 +144,7 @@ $# dependency on pnglibconf.h correctly.
$#
$# If awk isn't set then this file is bypassed. If you just want the standard
$# configuration it is automatically produced from the distributed version
-$# (scripts\pnglibconf.h.prebuilt) by editting PNG_API_RULE to 2 (to force use
+$# (scripts\pnglibconf.h.prebuilt) by editing PNG_API_RULE to 2 (to force use
$# of the OpenWatcom library calling convention.)
$#
<<