[gtk+] gtkwidget: Fix typo in comment



commit d0f4e739999d56778a5bbdce0fd2e88e39e623f8
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 14 16:47:11 2014 +0200

    gtkwidget: Fix typo in comment

 gtk/gtkwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index ee4e316..6690d42 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -16701,7 +16701,7 @@ gtk_widget_init_template (GtkWidget *widget)
 
   /* This will build the template XML as children to the widget instance, also it
    * will validate that the template is created for the correct GType and assert that
-   * there is no infinate recursion.
+   * there is no infinite recursion.
    */
   if (!_gtk_builder_extend_with_template (builder, widget, class_type,
                                          (const gchar *)g_bytes_get_data (template->data, NULL),


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