summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/avif/compare_avif_to_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avif/compare_avif_to_png.c b/tests/avif/compare_avif_to_png.c
index 50a8041..7a188b5 100644
--- a/tests/avif/compare_avif_to_png.c
+++ b/tests/avif/compare_avif_to_png.c
@@ -2,7 +2,7 @@
* File: compare_avif_to_png
*
* Thorough check for AVIF encoding and decoding.
- * This test reqiures a set of PNG images that have been losslessly encoded to AVIFs.
+ * This test requires a set of PNG images that have been losslessly encoded to AVIFs.
* For each such image, we encode the PNG into an AVIF, with the GD format as an intermediary,
* then compare the resulting AVIF with the original PNG.
*