summaryrefslogtreecommitdiff
path: root/gladeui/glade-app.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-03-21 19:32:17 +0200
committerYuri Chornoivan <yurchor@ukr.net>2020-03-22 08:56:29 +0200
commitb8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35 (patch)
tree1a6c132a74584e5e9bff83c7254505dcf3319ef1 /gladeui/glade-app.c
parentc3daab806605f473075dc1512cfcf71a872f9a8a (diff)
downloadglade-b8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35.tar.gz
Fix minor typos
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)))