diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-22 15:39:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-22 15:39:09 +0000 |
commit | f905c6cf686200b6cf9b64ad17d61623902e867d (patch) | |
tree | cf56fa4aee03dbeb37d9841bbd2503bf2693407d /tests/teststatusicon.c | |
parent | d9a6a829ce282ab60ef1b13834616eb257782975 (diff) | |
download | gtk+-f905c6cf686200b6cf9b64ad17d61623902e867d.tar.gz |
typo fix
Diffstat (limited to 'tests/teststatusicon.c')
-rwxr-xr-x | tests/teststatusicon.c | 2 |
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 { |