wayland/pointer-constraints: Fix typo

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1163
This commit is contained in:
Christian Rauch 2020-03-29 18:43:37 +00:00 committed by Christian Rauch
parent aa136f4515
commit 2907ee93cc

View File

@ -852,7 +852,7 @@ init_pointer_constraint (struct wl_resource *resource,
{
wl_resource_post_error (resource,
WL_DISPLAY_ERROR_INVALID_OBJECT,
"the pointer as already requested to be "
"the pointer was already requested to be "
"locked or confined on that surface");
return;
}