From 8a42bb69aa871c5374532b5b8cd05135daede793 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 4 Jan 2014 14:11:55 -0500 Subject: [PATCH] Trivial typo fix --- gdk/gdkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.