summaryrefslogtreecommitdiff
path: root/tests/teststatusicon.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-12-22 15:39:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-22 15:39:09 +0000
commitf905c6cf686200b6cf9b64ad17d61623902e867d (patch)
treecf56fa4aee03dbeb37d9841bbd2503bf2693407d /tests/teststatusicon.c
parentd9a6a829ce282ab60ef1b13834616eb257782975 (diff)
downloadgtk+-f905c6cf686200b6cf9b64ad17d61623902e867d.tar.gz
typo fix
Diffstat (limited to 'tests/teststatusicon.c')
-rwxr-xr-xtests/teststatusicon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c
index d17c4c8283..9a27492519 100755
--- a/tests/teststatusicon.c
+++ b/tests/teststatusicon.c
@@ -66,7 +66,7 @@ update_icons (void)
if (status == TEST_STATUS_INFO)
{
icon_name = GTK_STOCK_DIALOG_INFO;
- tooltip = "Some Infromation ...";
+ tooltip = "Some Information ...";
}
else
{