summaryrefslogtreecommitdiff
path: root/tests/testwidgetfocus.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testwidgetfocus.c')
-rw-r--r--tests/testwidgetfocus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testwidgetfocus.c b/tests/testwidgetfocus.c
index 9a9ea5302a..0d583fe30a 100644
--- a/tests/testwidgetfocus.c
+++ b/tests/testwidgetfocus.c
@@ -168,7 +168,7 @@ gtk_focus_widget_snapshot (GtkWidget *widget, GtkSnapshot *snapshot)
gtk_widget_get_allocation (widget, &alloc);
/* Since event coordinates and drawing is supposed to happen in the
- * same coodinates space, this should all work out just fine. */
+ * same coordinates space, this should all work out just fine. */
bounds.origin.x = self->mouse_x;
bounds.origin.y = -30;
bounds.size.width = 1;