summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-16 10:55:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-16 10:58:47 -0500
commit2f544655f99361ebe1fee30f5c10ce3212461fea (patch)
treee0d9024b5caa33bf4664cac09b39fa61072afe2e /gtk/gtkgrid.c
parentfe9301ac1bf272b43ec81dcf7693151d393f5db2 (diff)
downloadgtk+-2f544655f99361ebe1fee30f5c10ce3212461fea.tar.gz
Revise CSS node documentation
Clarify the use of brackets in the CSS node diagrams: [] means optional nodes or classes, <> means child widgets.
Diffstat (limited to 'gtk/gtkgrid.c')
-rw-r--r--gtk/gtkgrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index 50edea7ce8..5fed33fe2d 100644
--- a/gtk/gtkgrid.c
+++ b/gtk/gtkgrid.c
@@ -55,7 +55,7 @@
*
* # CSS nodes
*
- * GtkGrid uses a single CSS node wiht name grid.
+ * GtkGrid uses a single CSS node with name grid.
*/
typedef struct _GtkGridChild GtkGridChild;