css node declaration: Fix a typo

This commit is contained in:
Matthias Clasen
2015-09-10 20:43:21 -04:00
parent bbeec3608f
commit 29505af07f

View File

@ -33,7 +33,7 @@ struct _GtkCssNodeDeclaration {
guint refcount;
GtkJunctionSides junction_sides;
GType type;
const /* interened */ char *id;
const /* interned */ char *id;
GtkStateFlags state;
guint n_classes;
guint n_regions;