From: Arjan Molenaar Date: Thu, 10 Nov 2022 21:36:21 +0000 (+0100) Subject: Fix typo in 4 to 5 migration page X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~103^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=920f49e9934fd7bfcf3a454706f373c65fc203a3;p=gtk4.git Fix typo in 4 to 5 migration page --- diff --git a/docs/reference/gtk/migrating-4to5.md b/docs/reference/gtk/migrating-4to5.md index 14c37f70f1..6c2110aa33 100644 --- a/docs/reference/gtk/migrating-4to5.md +++ b/docs/reference/gtk/migrating-4to5.md @@ -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.