summaryrefslogtreecommitdiff
path: root/contrib/libtests/pngstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libtests/pngstest.c')
-rw-r--r--contrib/libtests/pngstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c
index e0e82ef40..e7e03e809 100644
--- a/contrib/libtests/pngstest.c
+++ b/contrib/libtests/pngstest.c
@@ -2036,7 +2036,7 @@ typedef struct
/* Precalculated values: */
int in_opaque; /* Value of input alpha that is opaque */
int is_palette; /* Sample values come from the palette */
- int accumulate; /* Accumlate component errors (don't log) */
+ int accumulate; /* Accumulate component errors (don't log) */
int output_8bit; /* Output is 8-bit (else 16-bit) */
void (*in_gp)(Pixel*, png_const_voidp);