diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 11:09:20 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 11:09:20 +0100 |
commit | 8d54fa7102e915cb03b272152417fe951e821c1a (patch) | |
tree | 076af7707d440b11e3c540bd2c85e828b5ce0d04 /gtk/gtkstyleprovider.c | |
parent | f91c04e2846de010871ee21389eb926dd18e065e (diff) | |
download | gtk+-8d54fa7102e915cb03b272152417fe951e821c1a.tar.gz |
More tiny documentation typo fixes.
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r-- | gtk/gtkstyleprovider.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |