[libpng16] Fixed some spelling (occur* -> occurr*), Bug report by Lauri Nurmi

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 12:59:48 -06:00
parent 217d38cdea
commit bb098218ca
4 changed files with 9 additions and 9 deletions

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[""]=""
}