summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-04-21 18:27:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-04-21 18:28:56 -0400
commit2e7db0d6621b7bc0a7aab8fdd68c367b7a7c1a6e (patch)
tree92717bcef438a7acd384b0f15c0aa43202e1f216
parentff8cca77a2b2c917b20e5628789928387f171c25 (diff)
downloadgtk+-2e7db0d6621b7bc0a7aab8fdd68c367b7a7c1a6e.tar.gz
Fix a typo
-rw-r--r--gdk/wayland/gdkwindow-wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index 17fb720472..d33de9bea3 100644
--- a/gdk/wayland/gdkwindow-wayland.c
+++ b/gdk/wayland/gdkwindow-wayland.c
@@ -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);
}