From 2d12660916ff50070a6e05a38e7502f9ea1ef4f5 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Tue, 22 May 2018 00:00:32 +0100 Subject: [PATCH] StyleContext: Add a missing apostrophe (or rather, the right single quote dictated by the HIG, which is semantically not an apostrophe at all! I will die on this hill.) --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 051f78130e..bda5069d29 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -1962,7 +1962,7 @@ gtk_style_context_lookup_icon_set (GtkStyleContext *context, * Attaches @context to the given screen. * * The screen is used to add style information from “global” style - * providers, such as the screens #GtkSettings instance. + * providers, such as the screen’s #GtkSettings instance. * * If you are using a #GtkStyleContext returned from * gtk_widget_get_style_context(), you do not need to