diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-13 05:20:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-13 05:20:10 +0000 |
commit | 1934d3423bf317823de727d81da87f01f0eeb3d0 (patch) | |
tree | a4df96e5539574bccab74948e60b2fb31c1ba843 /tests/testdnd.c | |
parent | 2e22288e7564bc7332130b200b6f7273dd9db92a (diff) | |
download | gtk+-1934d3423bf317823de727d81da87f01f0eeb3d0.tar.gz |
Fix a typo
svn path=/trunk/; revision=21877
Diffstat (limited to 'tests/testdnd.c')
-rw-r--r-- | tests/testdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdnd.c b/tests/testdnd.c index 75833e2033..f2cc795106 100644 --- a/tests/testdnd.c +++ b/tests/testdnd.c @@ -432,7 +432,7 @@ source_drag_data_get (GtkWidget *widget, } /* The following is a rather elaborate example demonstrating/testing - * changing of the window heirarchy during a drag - in this case, + * changing of the window hierarchy during a drag - in this case, * via a "spring-loaded" popup window. */ static GtkWidget *popup_window = NULL; |