libgimpwidgets: fix typo s/shold/should/.

This commit is contained in:
Jehan 2017-06-25 14:06:05 +02:00
parent 4b103eb966
commit 28d3897086
1 changed files with 2 additions and 2 deletions

View File

@ -210,10 +210,10 @@ gimp_size_entry_finalize (GObject *object)
* @unit: The initial unit.
* @unit_format: A printf-like unit-format string as is used with
* gimp_unit_menu_new().
* @menu_show_pixels: %TRUE if the unit menu shold contain an item for
* @menu_show_pixels: %TRUE if the unit menu should contain an item for
* GIMP_UNIT_PIXEL (ignored if the @update_policy is not
* GIMP_SIZE_ENTRY_UPDATE_NONE).
* @menu_show_percent: %TRUE if the unit menu shold contain an item for
* @menu_show_percent: %TRUE if the unit menu should contain an item for
* GIMP_UNIT_PERCENT.
* @show_refval: %TRUE if you want an extra "reference value"
* spinbutton per input field.