diff options
Diffstat (limited to 'libpng/contrib/tools/chkfmt')
-rwxr-xr-x | libpng/contrib/tools/chkfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpng/contrib/tools/chkfmt b/libpng/contrib/tools/chkfmt index a1b88ccb..95181fde 100755 --- a/libpng/contrib/tools/chkfmt +++ b/libpng/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 |