From: Daniel Boles Date: Sun, 15 Jan 2017 20:39:43 +0000 (+0000) Subject: grid: Fix plural error in docs' @Short_description X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~879 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=afd19e9433e566a85b154b686bd941b6f1dd091b;p=gtk%2B3.0.git grid: Fix plural error in docs' @Short_description --- 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 *