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 ab66c3d7bf
commit cc4ea94d8b

View File

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