diff options
author | Arjan Molenaar <gaphor@gmail.com> | 2022-11-10 22:36:21 +0100 |
---|---|---|
committer | Arjan Molenaar <gaphor@gmail.com> | 2022-11-10 22:41:26 +0100 |
commit | 920f49e9934fd7bfcf3a454706f373c65fc203a3 (patch) | |
tree | b029884c6ff6bc646336e33d65d9529bcd1075f1 /docs | |
parent | 29d7f93e381887844fafaa9ce7f3824237c18ffd (diff) | |
download | gtk+-920f49e9934fd7bfcf3a454706f373c65fc203a3.tar.gz |
Fix typo in 4 to 5 migration page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-4to5.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |