From 1f47c36e4994a32d40b850611e86aedfefa48560 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 11 Aug 2024 14:47:48 -0400 Subject: [PATCH] docs: Fix a typo --- gdk/gdkcicpparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcicpparams.h b/gdk/gdkcicpparams.h index 212f885f90..ec52a81543 100644 --- a/gdk/gdkcicpparams.h +++ b/gdk/gdkcicpparams.h @@ -58,7 +58,7 @@ void gdk_cicp_params_set_matrix_coefficients (GdkCicpParams *self, /** * GdkCicpRange: * @GDK_CICP_RANGE_NARROW: The values use the range of 16-235 (for Y) and 16-240 for u and v. - * @GDK_CICO_RANGE_FULL: The values use the full range. + * @GDK_CICP_RANGE_FULL: The values use the full range. * * The values of this enumeration describe whether image data uses * the full range of 8-bit values.