diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-01-09 22:34:30 +0000 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-01-09 22:44:46 +0000 |
commit | 0b7542bad11431a60e6341b20b32afc7014b5da8 (patch) | |
tree | 727d67a6520501fe1915baaea5e4c72e48aaa407 | |
parent | a50a98f38b9a833011012f8a8f1cec01656acb6b (diff) | |
download | gtk+-0b7542bad11431a60e6341b20b32afc7014b5da8.tar.gz |
revealer: Fix a typo in a function doc
Also, "ie" wasn't very clear, but fixing that to "i.e." would cause
truncation of the summary when processed by bindings using doxygen. So,
I replaced it with "in other words", which is no _less_ clear, at least.
-rw-r--r-- | gtk/gtkrevealer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrevealer.c b/gtk/gtkrevealer.c index 15c3c51e1c..4c30ac7838 100644 --- a/gtk/gtkrevealer.c +++ b/gtk/gtkrevealer.c @@ -711,7 +711,7 @@ gtk_revealer_get_reveal_child (GtkRevealer *revealer) * gtk_revealer_get_child_revealed: * @revealer: a #GtkRevealer * - * Returns whether the child is fully revealed, ie wether + * Returns whether the child is fully revealed, in other words whether * the transition to the revealed state is completed. * * Returns: %TRUE if the child is fully revealed |