summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArjan Molenaar <gaphor@gmail.com>2022-11-10 22:36:21 +0100
committerArjan Molenaar <gaphor@gmail.com>2022-11-10 22:41:26 +0100
commit920f49e9934fd7bfcf3a454706f373c65fc203a3 (patch)
treeb029884c6ff6bc646336e33d65d9529bcd1075f1 /docs
parent29d7f93e381887844fafaa9ce7f3824237c18ffd (diff)
downloadgtk+-920f49e9934fd7bfcf3a454706f373c65fc203a3.tar.gz
Fix typo in 4 to 5 migration page
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-4to5.md2
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.