revealer: Fix a typo in a function doc
authorDaniel Boles <dboles@src.gnome.org>
Mon, 9 Jan 2017 22:34:30 +0000 (22:34 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 9 Jan 2017 22:46:21 +0000 (22:46 +0000)
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.

gtk/gtkrevealer.c

index b23f66a7e118420e610855142aad4809a6c4a58c..84cb1ca8512c009ab9701a9e6a85fe054bd43d0a 100644 (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