From c581f4c96f0a4056898bdbf0d77036b112e31ea1 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Tue, 4 Jul 2023 19:44:56 +0100 Subject: [PATCH] ListBase: Fix a typo --- gtk/gtklistbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2