Fix a typo

This commit is contained in:
Matthias Clasen 2017-04-21 18:27:43 -04:00
parent ff8cca77a2
commit 2e7db0d662

View File

@ -2258,7 +2258,7 @@ should_map_as_subsurface (GdkWindow *window)
if (impl_parent->mapped)
return TRUE;
else
g_warning ("Couldn't map window %p as susburface because its parent is not mapped.",
g_warning ("Couldn't map window %p as subsurface because its parent is not mapped.",
window);
}