Fix comment typo: overriden => overridden
diff --git a/.github/actions/setup-linux/action.yml b/.github/actions/setup-linux/action.yml
index 7abbaf7..241ea9b 100644
--- a/.github/actions/setup-linux/action.yml
+++ b/.github/actions/setup-linux/action.yml
@@ -20,7 +20,7 @@
     description: "Extra cache key to use in the cache name. Useful when several caches are used in one workflow."
     default: ""
   gcc-version:
-    description: "Can be empty, in which case CC and CXX are not overriden"
+    description: "Can be empty, in which case CC and CXX are not overridden"
     default: ""
   gtest:
     description: "Can take the values: OFF, LOCAL, SYSTEM"
diff --git a/tests/test_cmd_avifgainmaputil.sh b/tests/test_cmd_avifgainmaputil.sh
index 9a30acb..b4c7d93 100755
--- a/tests/test_cmd_avifgainmaputil.sh
+++ b/tests/test_cmd_avifgainmaputil.sh
@@ -53,7 +53,7 @@
   "${AVIFGAINMAPUTIL}" tonemap "${INPUT_AVIF_GAINMAP_SDR}" "${PNG_OUTPUT}" --headroom 0 --clli 400,500
   "${ARE_IMAGES_EQUAL}" "${PNG_OUTPUT}" "${INPUT_JPEG_GAINMAP_SDR}" 0 40
 
-  # Test combine with overriden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
+  # Test combine with overridden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
   "${AVIFGAINMAPUTIL}" combine "${INPUT_JPEG_GAINMAP_SDR}" "${INPUT_AVIF_HDR2020}" "${AVIF_OUTPUT}" \
       -q 100 --qgain-map 100 --cicp-base 1/13/0 --ignore-profile
   # Tone map to SDR and compare with original SDR.