Fix a typo

This commit is contained in:
Matthias Clasen 2017-04-21 18:27:43 -04:00
parent 930acacf94
commit 991e84fe3a

View File

@ -2273,7 +2273,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);
}