[gtk+] docs: fix typo in function name



commit 255d6b9cd8fcbc7185ed159ebc961d67a3e51955
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 16:00:31 2014 -0500

    docs: fix typo in function name

 gtk/gtkwidget.c |    2 +-
 gtk/gtkwidget.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 61901ef..61c2446 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -1763,7 +1763,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * @widget: the object which received the signal.
    *
    * The ::realize signal is emitted when @widget is associated with a
-   * #GdkWindow, which means that gtk_wiget_realize() has been called or the
+   * #GdkWindow, which means that gtk_widget_realize() has been called or the
    * widget has been mapped (that is, it is going to be drawn).
    */
   widget_signals[REALIZE] =
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 4f00e25..fd39a28 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -160,7 +160,7 @@ struct _GtkWidget
  *   means that either it or any of its parents up to the toplevel
  *   widget have been set as hidden.
  * @realize: Signal emitted when widget is associated with a
- *   #GdkWindow, which means that gtk_wiget_realize() has been called or
+ *   #GdkWindow, which means that gtk_widget_realize() has been called or
  *   the widget has been mapped (that is, it is going to be drawn).
  * @unrealize: Signal emitted when the GdkWindow associated with
  *   widget is destroyed, which means that gtk_widget_unrealize() has


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