From: Daniel Boles Date: Tue, 4 Jul 2023 18:44:56 +0000 (+0100) Subject: ListBase: Fix a typo X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c581f4c96f0a4056898bdbf0d77036b112e31ea1;p=gtk4.git ListBase: Fix a typo --- diff --git a/gtk/gtklistbase.c b/gtk/gtklistbase.c index 00ac9c571d..2589af28fa 100644 --- a/gtk/gtklistbase.c +++ b/gtk/gtklistbase.c @@ -2249,7 +2249,7 @@ gtk_list_base_set_anchor (GtkListBase *self, * in front of it. * * Addditionally, there will be @above_below widgets allocated both - * before and after the sencter widgets, so the total number of + * before and after the center widgets, so the total number of * widgets kept alive is 2 * above_below + center + 1. **/ void