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.