[gtk+] documentation: trivial typo fixes in GtkWidget



commit 3f8313c735e4ff49cd993a185de2b09be4db684a
Author: Mohammed Sadik <sadiq sadiqpk org>
Date:   Tue Apr 12 06:54:35 2016 +0530

    documentation: trivial typo fixes in GtkWidget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764925

 gtk/gtkwidget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 2ff1498..0a29c48 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -2001,7 +2001,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * cairo_copy_clip_rectangle_list().
    *
    * Returns: %TRUE to stop other handlers from being invoked for the event.
-   % %FALSE to propagate the event further.
+   * %FALSE to propagate the event further.
    *
    * Since: 3.0
    */
@@ -3284,7 +3284,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    *     been emitted, relative to @widget's left side
    * @y: the y coordinate of the cursor position where the request has
    *     been emitted, relative to @widget's top
-   * @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
+   * @keyboard_mode: %TRUE if the tooltip was triggered using the keyboard
    * @tooltip: a #GtkTooltip
    *
    * Emitted when #GtkWidget:has-tooltip is %TRUE and the hover timeout


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