commit | f24238637661c7302386840b9d58fb8b90cfd663 | [log] [tgz] |
---|---|---|
author | Vignesh Venkat <vigneshv@google.com> | Thu Apr 25 14:05:51 2024 -0700 |
committer | Vignesh Venkatasubramanian <vigneshvg@users.noreply.github.com> | Thu Apr 25 14:11:57 2024 -0700 |
tree | f669f4323efcb642d2e1827d9de1910be6c66dbb | |
parent | 23ead7a5b1bad3875e44bfb0d24dde7a14f5b358 [diff] |
read.c: Fix typo
diff --git a/src/read.c b/src/read.c index fee8456..b9ec0ad 100644 --- a/src/read.c +++ b/src/read.c
@@ -3997,7 +3997,7 @@ return AVIF_RESULT_BMFF_PARSE_FAILED; } else if (header.size == 0) { // An unknown top level box with size 0 was found. If we reach here it means we haven't completed parsing successfully - // since there are no futher boxes left. + // since there are no further boxes left. return AVIF_RESULT_TRUNCATED_DATA; } parseOffset += header.size;