Fixed typo childen->children

This commit is contained in:
Marek Černocký 2016-01-19 12:52:58 +01:00
parent 3fea7f296e
commit f64bb38aa7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
* @Title: GtkPopoverMenu
*
* GtkPopoverMenu is a subclass of #GtkPopover that treats its
* childen like menus and allows switching between them. It is
* children like menus and allows switching between them. It is
* meant to be used primarily together with #GtkModelButton, but
* any widget can be used, such as #GtkSpinButton or #GtkScale.
* In this respect, GtkPopoverMenu is more flexible than popovers

View File

@ -1692,7 +1692,7 @@ gtk_stack_set_interpolate_size (GtkStack *stack,
* @stack: A #GtkStack
*
* Returns wether the #GtkStack is set up to interpolate between
* the sizes of childen on page switch.
* the sizes of children on page switch.
*
* Returns: %TRUE if child sizes are interpolated
*