From 5cb6beec5439432d8b2b9253df97bb1ccce03a8e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Feb 2011 13:34:42 -0500 Subject: [PATCH] Fix a typo https://bugzilla.gnome.org/show_bug.cgi?id=642751 --- docs/reference/gtk/migrating-2to3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 677fd3e340..581101e335 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -1091,7 +1091,7 @@ gtk_arrow_draw (GtkWidget *widget, classes that are directly derived from GtkObject, you have to make them derive from #GInitiallyUnowned (or, if you don't need the floating functionality, #GObject). If you have widgets that override the - destroy class handler, you have to adust your class_init function, + destroy class handler, you have to adjust your class_init function, since destroy is now a member of GtkWidgetClass: GtkObjectClass *object_class = GTK_OBJECT_CLASS (class);