From 30e79e84120fe31a5545ba820f529640a6a7854f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 25 Jun 2020 14:29:24 -0400 Subject: [PATCH] docs: Fix a typo --- docs/reference/gtk/migrating-3to4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md index c3514e87a1..93b28e1f40 100644 --- a/docs/reference/gtk/migrating-3to4.md +++ b/docs/reference/gtk/migrating-3to4.md @@ -638,7 +638,7 @@ nodes. If you are using a #GtkDrawingArea for custom drawing, you need to switch to using gtk_drawing_area_set_draw_func() to set a draw function instead -of connnecting a handler to the #GtkWidget::draw signal. +of connecting a handler to the #GtkWidget::draw signal. ### Stop using APIs to query GdkSurfaces