From 1f1becf87f6bf1fabac9799c2fcd18bf076397f2 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 29 Apr 2010 09:47:12 -0500 Subject: [PATCH] [devel] Fix a spelling typo in the contrib/pngminim makefiles --- contrib/pngminim/decoder/makefile | 2 +- contrib/pngminim/encoder/makefile | 2 +- contrib/pngminim/preader/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile index 9e6a0e3ff..ca29d44de 100644 --- a/contrib/pngminim/decoder/makefile +++ b/contrib/pngminim/decoder/makefile @@ -49,7 +49,7 @@ PNGSRCS=png$(C) pngerror$(C) pngget$(C) pngmem$(C) \ pngread$(C) pngrio$(C) pngrtran$(C) pngrutil$(C) \ pngset$(C) pngtrans$(C) -# Standard headres +# Standard headers PNGH =png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h # Machine generated headers diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile index 6574308cd..3a6a192b1 100644 --- a/contrib/pngminim/encoder/makefile +++ b/contrib/pngminim/encoder/makefile @@ -49,7 +49,7 @@ PNGSRCS=png$(C) pngerror$(C) pngget$(C) pngmem$(C) \ pngset$(C) pngtrans$(C) pngwio$(C) pngwrite$(C) \ pngwtran$(C) pngwutil$(C) -# Standard headres +# Standard headers PNGH =png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h # Machine generated headers diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile index a47efeeab..b36fbbae6 100644 --- a/contrib/pngminim/preader/makefile +++ b/contrib/pngminim/preader/makefile @@ -65,7 +65,7 @@ PNGSRCS=png$(C) pngerror$(C) pngget$(C) pngmem$(C) \ pngpread$(C) pngread$(C) pngrio$(C) pngrtran$(C) pngrutil$(C) \ pngset$(C) pngtrans$(C) -# Standard headres +# Standard headers PNGH =png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h # Machine generated headers