gtk-demo: Fix a typo

This commit is contained in:
Matthias Clasen 2023-05-11 19:53:42 -04:00
parent 7055250692
commit 41219ae489

View 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>