diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 7298151e6b..2c587be233 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -510,7 +510,7 @@ gtk_fixed_get_preferred_height (GtkWidget *widget, Note that the get_preferred_width()/height() functions - only allow you do return one dimension at a time. If your + only allow you to deal with one dimension at a time. If your size_request() handler is doing things that involve both width and height at the same time (e.g. limiting the aspect ratio), you will have to implement get_preferred_height_for_width()