summaryrefslogtreecommitdiff
path: root/gtk/gtkcssnodestylecache.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-05-28 11:00:03 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-05-28 11:00:03 +0300
commit01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch)
treeb4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkcssnodestylecache.c
parent92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff)
downloadgtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz
Fix minor typos
Diffstat (limited to 'gtk/gtkcssnodestylecache.c')
-rw-r--r--gtk/gtkcssnodestylecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssnodestylecache.c b/gtk/gtkcssnodestylecache.c
index c5d7562119..46b3974341 100644
--- a/gtk/gtkcssnodestylecache.c
+++ b/gtk/gtkcssnodestylecache.c
@@ -97,7 +97,7 @@ may_be_stored_in_cache (GtkCssStyle *style)
change = gtk_css_static_style_get_change (GTK_CSS_STATIC_STYLE (style));
/* The cache is shared between all children of the parent, so if a
- * style depends on a sibling it is not independant of the child.
+ * style depends on a sibling it is not independent of the child.
*/
if (change & GTK_CSS_CHANGE_ANY_SIBLING)
return FALSE;