Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2017 22:27:43 +0000 (18:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2017 22:27:43 +0000 (18:27 -0400)
gdk/wayland/gdkwindow-wayland.c

index b6013a120d5a042bc707d57059f0639d057c939d..2b25faa882ca881cfcbbab8111d09441c2d945f5 100644 (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);
 
     }