From 5a04edc57bcba96d8308ca2526973f3a479c01c6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 26 Apr 2016 19:29:33 +0200 Subject: [PATCH] docs: typo in GTK_STYLE_CLASS_LIST_ROW docs Fix typo in documentation of GTK_STYLE_CLASS_LIST_ROW: s/rowss/rows/g Signed-off-by: Bernhard Reutner-Fischer https://bugzilla.gnome.org/show_bug.cgi?id=765632 --- gtk/gtkstylecontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 72654f76f1..9f8551f7be 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -215,7 +215,7 @@ struct _GtkStyleContextClass /** * GTK_STYLE_CLASS_LIST_ROW: * - * A CSS class to match list rowss. + * A CSS class to match list rows. * * Refer to individual widget documentation for used style classes. */