From ea1b8cdc220438ffd6d434e577535eb1e5f696d0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 25 Nov 2013 18:15:19 -0500 Subject: [PATCH] wayland-surface: Fix copy/paste typo --- src/wayland/meta-wayland-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index 5edb6feff..7ee6f21e3 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -829,7 +829,7 @@ get_xdg_popup (struct wl_client *client, { wl_resource_post_error (surface_resource, WL_DISPLAY_ERROR_INVALID_OBJECT, - "xdg_shell::get_xdg_surface already requested"); + "xdg_shell::get_xdg_popup already requested"); return; }