From 475a4c826268850c0114ac9fba2479902dc6c8ba Mon Sep 17 00:00:00 2001 From: CEO of Programming Date: Sat, 10 Apr 2021 01:04:05 +0000 Subject: [PATCH] Update gtklistbox.c --- gtk/gtklistbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index db3ec5cbb8..5dbdb10c41 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -43,7 +43,7 @@ * @See_also: #GtkScrolledWindow * * A GtkListBox is a vertical container that contains GtkListBoxRow - * children. These rows can by dynamically sorted and filtered, and + * children. These rows can be dynamically sorted and filtered, and * headers can be added dynamically depending on the row content. * It also allows keyboard and mouse navigation and selection like * a typical list.