[gtk+] Fix documentation typos



commit 880c6678eb54f4ccfe80306542a165fc1e3b8c44
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 15 23:18:27 2014 -0400

    Fix documentation typos

 gtk/gtklistbox.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 6c3d2a3..0e65aff 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -3240,7 +3240,7 @@ update_row_style (GtkListBoxRow *row)
 /**
  * gtk_list_box_row_set_activatable:
  * @row: a #GTkListBoxrow
- * @activatable: %TRUE to make the row as activatable
+ * @activatable: %TRUE to mark the row as activatable
  *
  * Set the #GtkListBoxRow:activatable property for this row.
  *
@@ -3270,7 +3270,7 @@ gtk_list_box_row_set_activatable (GtkListBoxRow *row,
  * Gets the value of the #GtkListBoxRow:activatable property
  * for this row.
  *
- * Returns: %TRUE fi the row is activatable
+ * Returns: %TRUE if the row is activatable
  *
  * Since: 3.14
  */


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