From afd19e9433e566a85b154b686bd941b6f1dd091b Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 15 Jan 2017 20:39:43 +0000 Subject: [PATCH] grid: Fix plural error in docs' @Short_description --- gtk/gtkgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index 5fed33fe2d..04896fa915 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -34,7 +34,7 @@ /** * SECTION:gtkgrid - * @Short_description: Pack widgets in a rows and columns + * @Short_description: Pack widgets in rows and columns * @Title: GtkGrid * @See_also: #GtkTable, #GtkHBox, #GtkVBox *