From 1d58c8fb0ec78ee92e3274e9cb07d56c1f5b342f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 18 Jan 2023 21:14:24 -0700 Subject: [PATCH] [paint] Typo --- src/hb-paint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-paint.h b/src/hb-paint.h index 3f21c89e1..d4d831e57 100644 --- a/src/hb-paint.h +++ b/src/hb-paint.h @@ -893,11 +893,11 @@ hb_paint_funcs_set_pop_group_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_custom_palette_color_func: * @funcs: A paint functions struct - * @func: (closure user_data) (destroy destroy) (scope notified): The get-custom-palette-color callback + * @func: (closure user_data) (destroy destroy) (scope notified): The custom-palette-color callback * @user_data: Data to pass to @func * @destroy: (nullable): Function to call when @user_data is no longer needed * - * Sets the get-custom-paletter-color callback on the paint functions struct. + * Sets the custom-palette-color callback on the paint functions struct. * * Since: REPLACEME */