1
0
Fork 0

wayland-surface: Fix copy/paste typo

This commit is contained in:
Jasper St. Pierre 2013-11-25 18:15:19 -05:00
parent 52b48cfbef
commit ea1b8cdc22

View file

@ -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;
}