From: Daniel Boles Date: Mon, 9 Jan 2017 22:34:30 +0000 (+0000) Subject: revealer: Fix a typo in a function doc X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~887 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cc4ea94d8b61e7c0758463e934fe57b38ab566d3;p=gtk%2B3.0.git 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. --- diff --git a/gtk/gtkrevealer.c b/gtk/gtkrevealer.c index b23f66a7e1..84cb1ca851 100644 --- a/gtk/gtkrevealer.c +++ b/gtk/gtkrevealer.c @@ -739,7 +739,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