diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index d1216b3f82..0f59c56f24 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -5783,7 +5783,7 @@ gdk_window_set_background_rgba (GdkWindow *window, * Sets the background of @window. * * A background of %NULL means that the window will inherit its - * background form its parent window. + * background from its parent window. * * The windowing system will normally fill a window with its background * when the window is obscured then exposed.