[libpng17] Spelling fixes ("then", "occured") reported by Lauri Nurmi.

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 14:00:13 -06:00
parent cc085343ec
commit 3e4bd8c261
14 changed files with 130 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.7.0beta55 - March 4, 2015
Makefiles for libpng version 1.7.0beta55 - March 7, 2015
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -17,7 +17,7 @@
BEGIN{
out="/dev/null" # as a flag
out_count=0 # count of output lines
err=0 # set if an error occured
err=0 # set if an error occurred
sort=0 # sort the output
array[""]=""
}

View File

@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.7.0beta55 - March 6, 2015 */
/* Libpng version 1.7.0beta55 - March 7, 2015 */
/* Copyright (c) 1998-2014 Glenn Randers-Pehrson */