Skip to content

Commit 33d0aee

Browse files
authored
Fix comment typo: overriden => overridden
1 parent b49fbc9 commit 33d0aee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
description: "Extra cache key to use in the cache name. Useful when several caches are used in one workflow."
2121
default: ""
2222
gcc-version:
23-
description: "Can be empty, in which case CC and CXX are not overriden"
23+
description: "Can be empty, in which case CC and CXX are not overridden"
2424
default: ""
2525
gtest:
2626
description: "Can take the values: OFF, LOCAL, SYSTEM"

tests/test_cmd_avifgainmaputil.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pushd ${TMP_DIR}
5353
"${AVIFGAINMAPUTIL}" tonemap "${INPUT_AVIF_GAINMAP_SDR}" "${PNG_OUTPUT}" --headroom 0 --clli 400,500
5454
"${ARE_IMAGES_EQUAL}" "${PNG_OUTPUT}" "${INPUT_JPEG_GAINMAP_SDR}" 0 40
5555

56-
# Test combine with overriden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
56+
# Test combine with overridden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
5757
"${AVIFGAINMAPUTIL}" combine "${INPUT_JPEG_GAINMAP_SDR}" "${INPUT_AVIF_HDR2020}" "${AVIF_OUTPUT}" \
5858
-q 100 --qgain-map 100 --cicp-base 1/13/0 --ignore-profile
5959
# Tone map to SDR and compare with original SDR.

0 commit comments

Comments
 (0)