From 0d3e5e215dffbbd6afbf917ce00c84de599ba410 Mon Sep 17 00:00:00 2001 From: Yannis Guyon Date: Mon, 12 Aug 2024 18:55:03 +0000 Subject: [PATCH] Fix fields typo in avifgainmaptest (#2387) --- tests/gtest/avifgainmaptest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gtest/avifgainmaptest.cc b/tests/gtest/avifgainmaptest.cc index 331b6b030f..75c94660b5 100644 --- a/tests/gtest/avifgainmaptest.cc +++ b/tests/gtest/avifgainmaptest.cc @@ -867,7 +867,7 @@ TEST(GainMapTest, DecodeColorNoGridGainMapGrid) { TEST(GainMapTest, DecodeUnsupportedVersion) { // The two test files should produce the same results: // One has an unsupported 'version' field, the other an unsupported - // 'minimum_version' field, but the behavior of these two fiels is the same. + // 'minimum_version' field, but the behavior of these two fields is the same. for (const std::string image : {"unsupported_gainmap_version.avif", "unsupported_gainmap_minimum_version.avif"}) { SCOPED_TRACE(image);