diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2018-03-05 11:18:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2018-03-05 11:18:16 -0600 |
commit | 3fecfeada188d69c5c84a488ee03569de12b7239 (patch) | |
tree | 67722d4e62abe3e35ccbf1cefacd6159b770d23e /contrib/tools/chkfmt | |
parent | 140f3aa2801669a23a454edef0fbf88a91f65bc3 (diff) | |
parent | eb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb (diff) | |
download | libpng-3fecfeada188d69c5c84a488ee03569de12b7239.tar.gz |
Merge branch 'more-misc-typos' of git://github.com/luzpaz/libpng into libpng16
Diffstat (limited to 'contrib/tools/chkfmt')
-rwxr-xr-x | contrib/tools/chkfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/chkfmt b/contrib/tools/chkfmt index a1b88ccbf..95181fde2 100755 --- a/contrib/tools/chkfmt +++ b/contrib/tools/chkfmt @@ -54,7 +54,7 @@ doed(){ } # In beta versions the version string which appears in files can be a little -# long and cause spuriously overlong lines. To avoid this subtitute the version +# long and cause spuriously overlong lines. To avoid this substitute the version # string with a 'standard' version a.b.cc before checking for long lines. if test -r png.h then |