From 7ca2f0e078c1c7bf9f069b5d7bb6aa56dc4ee751 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 3 Nov 2017 11:31:39 -0500 Subject: [PATCH] [libpng16] Fix one more typo --- pngpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngpriv.h b/pngpriv.h index 1f2e90f2b..07349f4f7 100644 --- a/pngpriv.h +++ b/pngpriv.h @@ -917,7 +917,7 @@ * PNG files the -I directives must match. * * The most likely explanation is that you passed a -I in CFLAGS. This will - * not work; all the preprocessor directories and in particular all the -I + * not work; all the preprocessor directives and in particular all the -I * directives must be in CPPFLAGS. */ #endif