Fix typo in 4 to 5 migration page

This commit is contained in:
Arjan Molenaar 2022-11-10 22:36:21 +01:00
parent 29d7f93e38
commit 920f49e993

View File

@ -39,7 +39,7 @@ all cell renderer-based widgets.
The old GTK 2 era rendering APIs for theme components like
gtk_render_frame() or gtk_render_check() have not been used by
GTK itself even in later GTK 3, but they have been kepy around
GTK itself even in later GTK 3, but they have been kept around
for the benefit of "external drawing" users - applications that
want their controls to look like GTK without using widgets.