diff options
author | Shengyu Zhang <reg@silverrainz.me> | 2021-02-21 16:20:22 +0000 |
---|---|---|
committer | Shengyu Zhang <reg@silverrainz.me> | 2021-02-21 16:20:22 +0000 |
commit | 55bfadadc4b57fa8cdc356df2107bb8fd90a7694 (patch) | |
tree | 78167f10564615cd90d0e4f4e34e02d3b2c9d62d /demos/gtk-demo | |
parent | 179fae32a53beebff535d3a12e19063e84727af8 (diff) | |
download | gtk+-55bfadadc4b57fa8cdc356df2107bb8fd90a7694.tar.gz |
gtk-demo: Fix typo GtkKabel -> GtkLabel
Diffstat (limited to 'demos/gtk-demo')
-rw-r--r-- | demos/gtk-demo/listview_applauncher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/listview_applauncher.c b/demos/gtk-demo/listview_applauncher.c index 15f5e32a96..a05c32b963 100644 --- a/demos/gtk-demo/listview_applauncher.c +++ b/demos/gtk-demo/listview_applauncher.c @@ -39,7 +39,7 @@ create_application_list (void) } /* This is the function we use for setting up new listitems to display. - * We add just an #GtkImage and a #GtkKabel here to display the application's + * We add just an #GtkImage and a #GtkLabel here to display the application's * icon and name, as this is just a simple demo. */ static void |