Fix typos found by codespell

GIT_SILENT
This commit is contained in:
Christophe Giboudeaux 2021-07-14 00:08:38 +02:00
parent 5aa03c12ad
commit 8f87ce4cb2

View File

@ -814,7 +814,7 @@ bool QAVIFHandler::jumpToNextImage()
return true;
}
if (m_decoder->imageIndex >= m_decoder->imageCount - 1) { // start from begining
if (m_decoder->imageIndex >= m_decoder->imageCount - 1) { // start from beginning
avifDecoderReset(m_decoder);
}