ListBase: Fix a typo
authorDaniel Boles <dboles.src@gmail.com>
Tue, 4 Jul 2023 18:44:56 +0000 (19:44 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Tue, 4 Jul 2023 18:44:56 +0000 (19:44 +0100)
gtk/gtklistbase.c

index 00ac9c571d9b8dbcf2e8c67b9d402689df2941d9..2589af28fab25c18aae887e8a8037339ea225a12 100644 (file)
@@ -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