From 5e816f72837bf3787d8e1d38b1f4ffc46c4259ad Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 15 Jan 2017 20:37:49 +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 4a9af16adb..62b88b95e2 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -36,7 +36,7 @@ /** * SECTION:gtkgrid - * @Short_description: Pack widgets in a rows and columns + * @Short_description: Pack widgets in rows and columns * @Title: GtkGrid * @See_also: #GtkBox *