summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-23 11:09:20 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-23 11:09:20 +0100
commit8d54fa7102e915cb03b272152417fe951e821c1a (patch)
tree076af7707d440b11e3c540bd2c85e828b5ce0d04
parentf91c04e2846de010871ee21389eb926dd18e065e (diff)
downloadgtk+-8d54fa7102e915cb03b272152417fe951e821c1a.tar.gz
More tiny documentation typo fixes.
-rw-r--r--gtk/gtkstylecontext.c6
-rw-r--r--gtk/gtkstyleprovider.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index 95ef77cbaf..058f7525c1 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -49,14 +49,14 @@
* can be either attached explicitly to the context through
* gtk_style_context_add_provider(), or to the screen through
* gtk_style_context_add_provider_for_screen(). The resulting style is a
- * combination of all provider's information in priority order.
+ * combination of all providers' information in priority order.
*
* 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
+ * #GdkScreen and RTL/LTR information set. The style context will be also
* updated automatically if any of these settings change on the widget.
*
- * If you are using are the theming layer standalone, you will need to set a
+ * 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
* gtk_style_context_set_path() and gtk_style_context_set_screen(), as well
* as updating the context yourself using gtk_style_context_invalidate()
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c
index d43808f1aa..cad10876f7 100644
--- a/gtk/gtkstyleprovider.c
+++ b/gtk/gtkstyleprovider.c
@@ -29,8 +29,8 @@
* @Title: GtkStyleProvider
* @See_also: #GtkStyleContext, #GtkCssProvider
*
- * GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext,
- * see gtk_style_context_add_provider() and gtk_style_context_add_provider_for_screen().
+ * GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext.
+ * See gtk_style_context_add_provider() and gtk_style_context_add_provider_for_screen().
*/
static void gtk_style_provider_iface_init (gpointer g_iface);