summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rauch <rauch.christian@gmx.de>2020-03-29 18:43:37 +0000
committerChristian Rauch <Rauch.Christian@gmx.de>2020-03-29 19:48:33 +0100
commit2907ee93cccc96f1b94e02af48457042e2548fdb (patch)
tree6bb3fff88052e77ca040918f153e08bf62ad8afb
parentaa136f45153065b7ef847f7a4d2583e1ee647c8c (diff)
downloadmutter-2907ee93cccc96f1b94e02af48457042e2548fdb.tar.gz
wayland/pointer-constraints: Fix typo
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1163
-rw-r--r--src/wayland/meta-wayland-pointer-constraints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-pointer-constraints.c b/src/wayland/meta-wayland-pointer-constraints.c
index dd710b18f..7547d7e13 100644
--- a/src/wayland/meta-wayland-pointer-constraints.c
+++ b/src/wayland/meta-wayland-pointer-constraints.c
@@ -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;
}