summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-04-10 12:59:12 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-04-10 12:59:12 +0000
commit3cfd1e1f525fc7e2f0a6b8f50c19ed2a7e2deb99 (patch)
tree80e26602e30cadd865172b3f2ada56664547b77c
parent8b74d5f966b635dd2015154773d414c5ae9c2d9f (diff)
parent475a4c826268850c0114ac9fba2479902dc6c8ba (diff)
downloadgtk+-3cfd1e1f525fc7e2f0a6b8f50c19ed2a7e2deb99.tar.gz
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
-rw-r--r--gtk/gtklistbox.c2
1 files changed, 1 insertions, 1 deletions
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.