Skip to content

wayland/pointer-constraints: Fix typo

Christian Rauch requested to merge christian-rauch/mutter:patch-1 into master

This is just a simple typo fix.

Before:

the pointer as already requested to be locked or confined on that surface

After:

the pointer was already requested to be locked or confined on that surface

Merge request reports