mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Treewide: Fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2134> ---------------------------------------------------------------------------- This commit is the result of `git apply commit.diff --reject` applied one8f452231267c82078fedoes not apply to Xlibre Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
3783d7eeee
commit
e6a0fa4b0c
@@ -117,7 +117,7 @@ dix_init_valuators(void)
|
||||
assert(axis->scroll.type == SCROLL_TYPE_HORIZONTAL);
|
||||
assert(axis->scroll.flags == 0);
|
||||
|
||||
/* can add another non-preffered axis */
|
||||
/* can add another non-preferred axis */
|
||||
assert(SetScrollValuator
|
||||
(&dev, 1, SCROLL_TYPE_VERTICAL, 5.0, SCROLL_FLAG_NONE) == TRUE);
|
||||
assert(SetScrollValuator
|
||||
@@ -879,7 +879,7 @@ dix_grab_matching(void)
|
||||
rc = GrabMatchesSecond(&b, &a, FALSE);
|
||||
assert(rc == FALSE);
|
||||
|
||||
/* XIAnyModifier or AnyModifer must succeed */
|
||||
/* XIAnyModifier or AnyModifier must succeed */
|
||||
a.grabtype = XI2;
|
||||
b.grabtype = XI2;
|
||||
a.detail.exact = 1;
|
||||
|
||||
Reference in New Issue
Block a user