diff options
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.c')
-rw-r--r-- | gdk/x11/gdkdisplay-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c index f172f94553..700ffb2d28 100644 --- a/gdk/x11/gdkdisplay-x11.c +++ b/gdk/x11/gdkdisplay-x11.c @@ -1987,7 +1987,7 @@ gdk_x11_lookup_xdisplay (Display *xdisplay) /** * _gdk_x11_display_screen_for_xrootwin: * @display: a #GdkDisplay - * @xrootwin: window ID for one of of the screen’s of the display. + * @xrootwin: window ID for one of the screen’s of the display. * * Given the root window ID of one of the screen’s of a #GdkDisplay, * finds the screen. |