From 41219ae4892403bf13fa0d59b8ee54a3577869d6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 May 2023 19:53:42 -0400 Subject: [PATCH] gtk-demo: Fix a typo --- demos/gtk-demo/listview_settings2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/listview_settings2.c b/demos/gtk-demo/listview_settings2.c index 4f3e87fb68..1447c1c6ed 100644 --- a/demos/gtk-demo/listview_settings2.c +++ b/demos/gtk-demo/listview_settings2.c @@ -6,7 +6,7 @@ * It demonstrates how to implement support for sections with GtkListView. * * It also shows how to quickly flatten a large tree of items into a list - * that can be filtered to find the itmes one is looking for. + * that can be filtered to find the items one is looking for. */ #include -- 2.30.2