summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-13 05:20:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-13 05:20:10 +0000
commit1934d3423bf317823de727d81da87f01f0eeb3d0 (patch)
treea4df96e5539574bccab74948e60b2fb31c1ba843 /tests
parent2e22288e7564bc7332130b200b6f7273dd9db92a (diff)
downloadgtk+-1934d3423bf317823de727d81da87f01f0eeb3d0.tar.gz
Fix a typo
svn path=/trunk/; revision=21877
Diffstat (limited to 'tests')
-rw-r--r--tests/testdnd.c2
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;