[libpng15] Imported from libpng-1.5.6rc01.tar
diff --git a/pngrutil.c b/pngrutil.c
index afd4415..488e82e 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -941,7 +941,7 @@
 
    else if (png_ptr->mode & PNG_HAVE_PLTE)
       /* Should be an error, but we can cope with it */
-      png_warning(png_ptr, "Missing PLTE before cHRM");
+      png_warning(png_ptr, "Out of place cHRM chunk");
 
    if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_cHRM)
 #  ifdef PNG_READ_sRGB_SUPPORTED