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.
This commit is contained in:
Daniel Boles
2017-01-09 22:34:30 +00:00
parent 41a07f9856
commit 90bca20555

View File

@@ -765,7 +765,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