From 112374b4be0209475bd2fab6b31905c93a6d3d48 Mon Sep 17 00:00:00 2001 From: Volker Sobek Date: Mon, 19 Aug 2013 19:50:43 +0200 Subject: [PATCH] doc: Fix typos Fix two typos in gtk/gtktexttag.c. https://bugzilla.gnome.org/show_bug.cgi?id=706335 --- gtk/gtktexttag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index b7e3c89835..2cdd88f171 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -569,7 +569,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass) /** * GtkTextTag:paragraph-background-gdk: * - * The paragraph background color as a as a #GdkColor. + * The paragraph background color as a #GdkColor. * * Since: 2.8 * @@ -586,7 +586,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass) /** * GtkTextTag:paragraph-background-rgba: * - * The paragraph background color as a as a #GdkRGBA. + * The paragraph background color as a #GdkRGBA. * * Since: 3.2 */