summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-04-22 11:06:26 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-04-22 11:36:05 -0500
commit6e1c74b39b211453cf6107b645d0a904221ce590 (patch)
tree7c26238786ca9158f72371894d6e56d1d04ba02b /pngrutil.c
parentfdc2d5f38f82628482cf8dc2f7b1d1573012f9c6 (diff)
downloadlibpng-6e1c74b39b211453cf6107b645d0a904221ce590.tar.gz
[libpng16] Imported from libpng-1.6.2rc03.tarv1.6.2rc03
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index 92e51d6a2..0b54b29f0 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -3875,7 +3875,7 @@ png_init_filter_functions(png_structrp pp)
* the filter is the first transformation performed on the row data. It is
* performed in place, therefore an implementation can be selected based on
* the image pixel format. If the implementation depends on image width then
- * take care to ensure that it works corretly if the image is interlaced -
+ * take care to ensure that it works correctly if the image is interlaced -
* interlacing causes the actual row width to vary.
*/
{