Trivial typo fix

This commit is contained in:
Matthias Clasen 2014-01-04 14:11:55 -05:00
parent 568e867dad
commit 8a42bb69aa

View File

@ -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.