From: Matthias Clasen Date: Thu, 11 May 2023 23:53:42 +0000 (-0400) Subject: gtk-demo: Fix a typo X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~275^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=41219ae4892403bf13fa0d59b8ee54a3577869d6;p=gtk4.git gtk-demo: Fix a typo --- 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