diff options
author | Lennart Buhl <git@hackmate.de> | 2018-09-03 19:53:16 +0200 |
---|---|---|
committer | Lennart Buhl <git@hackmate.de> | 2018-09-03 19:53:16 +0200 |
commit | 272e4a0a9dfae147a59840aa8e7b08b2a471c0fb (patch) | |
tree | 1f17e11fb653e2765b860d9dcc763cbb5c5a3423 | |
parent | 16deffb48d9cdd7dfc55cfa0f483dd7e35ba0287 (diff) | |
download | gtk+-272e4a0a9dfae147a59840aa8e7b08b2a471c0fb.tar.gz |
Minor fixes in documentation of gtkbbox
-rw-r--r-- | gtk/gtkbbox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index c4a426d814..46db70e9b6 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -1063,10 +1063,10 @@ gtk_button_box_new (GtkOrientation orientation) * @widget: a #GtkButtonBox * @child: a child of @widget * - * Returns whether the child is exempted from homogenous + * Returns whether the child is exempted from homogeneous * sizing. * - * Returns: %TRUE if the child is not subject to homogenous sizing + * Returns: %TRUE if the child is not subject to homogeneous sizing */ gboolean gtk_button_box_get_child_non_homogeneous (GtkButtonBox *widget, @@ -1084,7 +1084,7 @@ gtk_button_box_get_child_non_homogeneous (GtkButtonBox *widget, * @child: a child of @widget * @non_homogeneous: the new value * - * Sets whether the child is exempted from homogeous sizing. + * Sets whether the child is exempted from homogeneous sizing. */ void gtk_button_box_set_child_non_homogeneous (GtkButtonBox *widget, |