[paint] Typo

pull/4044/head
Behdad Esfahbod 2 years ago
parent 7aca3b5090
commit 1d58c8fb0e
  1. 4
      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
*/

Loading…
Cancel
Save