From 1d1f809e1dc76de8f9d39478c9d4e36b2a3ed867 Mon Sep 17 00:00:00 2001 From: "Glenn Randers-Pehrson glennrp@comcast.net" Date: Fri, 1 May 2009 10:58:25 -0500 Subject: [PATCH] Fix typo (missing "not") in pngerror call. --- pngcrush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngcrush.c b/pngcrush.c index 5e881888f..a005c7f8c 100644 --- a/pngcrush.c +++ b/pngcrush.c @@ -4045,7 +4045,7 @@ int main(int argc, char *argv[]) png_warning(read_ptr, "Cannot read Xcode CgBI PNG. Even if we could,"); png_error(read_ptr, - "the original PNG could be recovered."); + "the original PNG could not be recovered."); P1( "\nWriting info struct\n");