summaryrefslogtreecommitdiff
path: root/src/gd_avif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gd_avif.c')
-rw-r--r--src/gd_avif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_avif.c b/src/gd_avif.c
index 3e27dab..5935623 100644
--- a/src/gd_avif.c
+++ b/src/gd_avif.c
@@ -464,7 +464,7 @@ cleanup:
speed - At slower speeds, encoding may be quite slow. Use judiciously.
Qualities or speeds that are lower than the minimum value get clamped to the minimum value,
- and qualities or speeds that are lower than the maximum value get clamped to the maxmum value.
+ and qualities or speeds that are lower than the maximum value get clamped to the maximum value.
Note that AVIF_SPEED_DEFAULT is -1. If we ever set SPEED_DEFAULT = AVIF_SPEED_DEFAULT,
we'd want to add a conditional to ensure that value doesn't get clamped.