Skip to content

Commit 37dc20b

Browse files
committed
Correct a misspelled word "exercizes"
1 parent fb07042 commit 37dc20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gtest/avif_fuzztest_dec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void Parse(const std::string& arbitrary_bytes, bool is_persistent,
3131
io->persistent = is_persistent;
3232
avifDecoderSetIO(decoder.get(), io);
3333
// No need to worry about decoding taking too much time or memory because
34-
// this test only exercizes parsing.
34+
// this test only exercises parsing.
3535
decoder->imageSizeLimit = AVIF_DEFAULT_IMAGE_SIZE_LIMIT;
3636
decoder->imageDimensionLimit = std::numeric_limits<uint32_t>::max();
3737
decoder->imageCountLimit = 0;

0 commit comments

Comments
 (0)