summaryrefslogtreecommitdiff
path: root/contrib/libtests/makepng.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libtests/makepng.c')
-rw-r--r--contrib/libtests/makepng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libtests/makepng.c b/contrib/libtests/makepng.c
index e911c06e1..a866fc1d1 100644
--- a/contrib/libtests/makepng.c
+++ b/contrib/libtests/makepng.c
@@ -496,7 +496,7 @@ generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type,
case 32:
case 48:
case 64:
- /* The rows are filled by an alogorithm similar to the above, in the
+ /* The rows are filled by an algorithm similar to the above, in the
* first row pixel bytes are all equal, increasing from 0 by 1 for
* each pixel. In the second row the bytes within a pixel are
* incremented 1,3,5,7,... from the previous row byte. Using an odd