Merge branch 'ceo_of_programming-gtk-3-24-patch-54089' into 'gtk-3-24'

Fix typo on gtklistbox.c's docs

See merge request GNOME/gtk!3418
This commit is contained in:
Matthias Clasen
2021-04-10 12:59:12 +00:00

View File

@ -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.