From: Cosimo Cecchi Date: Sun, 27 Mar 2016 15:39:44 +0000 (-0700) Subject: GtkClipboard: fix a typo X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~5069 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b6b53fc19c1027c8fe4c9bd730056ba8fdff77a8;p=gtk4.git GtkClipboard: fix a typo --- diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 59cca40e49..ebd9f4e702 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -2213,7 +2213,7 @@ _gtk_clipboard_store_all (void) * gtk_clipboard_get_selection: * @clipboard: a #GtkClipboard * - * Gets the sleection that this clipboard is for. + * Gets the selection that this clipboard is for. * * Returns: the selection *