From 8f87ce4cb20b5129c7e7388614fb045893079466 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 14 Jul 2021 00:08:38 +0200 Subject: [PATCH] Fix typos found by codespell GIT_SILENT --- src/imageformats/avif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageformats/avif.cpp b/src/imageformats/avif.cpp index 54111e0..99be08e 100644 --- a/src/imageformats/avif.cpp +++ b/src/imageformats/avif.cpp @@ -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); }