summaryrefslogtreecommitdiff
path: root/gladeui/glade-app.c
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-app.c')
-rw-r--r--gladeui/glade-app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-app.c b/gladeui/glade-app.c
index 43069954..f60b9b8a 100644
--- a/gladeui/glade-app.c
+++ b/gladeui/glade-app.c
@@ -463,7 +463,7 @@ glade_app_class_init (GladeAppClass *klass)
/**
* GladeApp::widget-adaptor-registered:
* @gladeapp: the #GladeApp which received the signal.
- * @adaptor: the newlly registered #GladeWidgetAdaptor.
+ * @adaptor: the newly registered #GladeWidgetAdaptor.
*
* Emitted when a new widget adaptor is registered.
*/
@@ -503,7 +503,7 @@ glade_app_do_event (GdkEvent *event)
gdk_window_get_user_data (window, &widget);
/* As a slight optimization we could replace gtk_widget_get_ancestor()
- * with a custom function that only iterates trought parents with windows.
+ * with a custom function that only iterates trough parents with windows.
*/
if (widget && IS_GLADE_WIDGET_EVENT (event->type) &&
(layout = gtk_widget_get_ancestor (widget, GLADE_TYPE_DESIGN_LAYOUT)))