gtk-demo: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 23:53:42 +0000 (19:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 23:53:42 +0000 (19:53 -0400)
demos/gtk-demo/listview_settings2.c

index 4f3e87fb68f69c7a2fbf44c5276599bfa06cd704..1447c1c6ed53f4aea18f9ed3e2b5fa3bda9a752e 100644 (file)
@@ -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 <gtk/gtk.h>