diff options
author | Krzesimir Nowak <qdlacz@gmail.com> | 2016-01-11 12:05:18 +0100 |
---|---|---|
committer | Krzesimir Nowak <qdlacz@gmail.com> | 2016-01-11 12:05:27 +0100 |
commit | 67c6d24bb2833a60bdb81d1feb3081bd14c63d8d (patch) | |
tree | 88c3bee42d415ebdf8b421157190d80140ab9b96 /gtk/gtkstylecontext.c | |
parent | 7a06e0102dbf211509a00b5ada7eaa50d6e0be53 (diff) | |
download | gtk+-67c6d24bb2833a60bdb81d1feb3081bd14c63d8d.tar.gz |
Fix a small mistake in stylecontext docs
Fix the "will be also be" to become "will also be".
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 804b4676a2..90dfc40ad6 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -77,8 +77,8 @@ * * For GTK+ widgets, any #GtkStyleContext returned by * gtk_widget_get_style_context() will already have a #GtkWidgetPath, a - * #GdkScreen and RTL/LTR information set. The style context will be also - * be updated automatically if any of these settings change on the widget. + * #GdkScreen and RTL/LTR information set. The style context will also be + * updated automatically if any of these settings change on the widget. * * If you are using the theming layer standalone, you will need to set a * widget path and a screen yourself to the created style context through |