projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4998c90
)
ListBase: Fix a typo
author
Daniel Boles
<dboles.src@gmail.com>
Tue, 4 Jul 2023 18:44:56 +0000
(19:44 +0100)
committer
Daniel Boles
<dboles.src@gmail.com>
Tue, 4 Jul 2023 18:44:56 +0000
(19:44 +0100)
gtk/gtklistbase.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbase.c
b/gtk/gtklistbase.c
index 00ac9c571d9b8dbcf2e8c67b9d402689df2941d9..2589af28fab25c18aae887e8a8037339ea225a12 100644
(file)
--- 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
senc
ter widgets, so the total number of
+ * before and after the
cen
ter widgets, so the total number of
* widgets kept alive is 2 * above_below + center + 1.
**/
void