From 456d8ebc608b84cb4beacd1f4830bf4363e8ad3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 12 Jul 1998 23:14:12 +0200
Subject: [PATCH] Fixed documentation.

Rev: src/modules/Image/encodings/png.c:1.19
---
 src/modules/Image/encodings/png.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/encodings/png.c b/src/modules/Image/encodings/png.c
index 2f8c0ce10f..4044bd5ac2 100644
--- a/src/modules/Image/encodings/png.c
+++ b/src/modules/Image/encodings/png.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: png.c,v 1.18 1998/07/05 15:22:05 grubba Exp $");
+RCSID("$Id: png.c,v 1.19 1998/07/12 21:14:12 grubba Exp $");
 
 #include "config.h"
 
@@ -369,8 +369,7 @@ static void image_png___decode(INT32 args)
 **!	Please read about the PNG file format.
 **!	This function ignores any checksum errors in the file.
 **!	A PNG of higher color resolution than the Image module
-**!	supports (8 bit) will have a lose that information in 
-**!     the conversion.
+**!	supports (8 bit) will lose that information in the conversion.
 **!	It throws an error if the image data is erroneous.
 */
 
-- 
GitLab