[gtk+/gtk-3-20] revealer: Fix a typo in a function doc



commit 90bca20555d27d7156c6060bb4feb3ee0b50c3a9
Author: Daniel Boles <dboles src gnome org>
Date:   Mon Jan 9 22:34:30 2017 +0000

    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.

 gtk/gtkrevealer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkrevealer.c b/gtk/gtkrevealer.c
index 5f7fc73..851c51e 100644
--- a/gtk/gtkrevealer.c
+++ b/gtk/gtkrevealer.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]