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

@ -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
*