mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix typos in comments and strings
This commit is contained in:
parent
5bd170b2f3
commit
6305e6327f
12 changed files with 15 additions and 15 deletions
|
|
@ -266,7 +266,7 @@ static bool match_obj_(struct match_state *st, size_t skips, size_t score, size_
|
|||
continue;
|
||||
}
|
||||
|
||||
// Not compatable
|
||||
// Not compatible
|
||||
if (!(st->objs[st->res[i]] & (1 << i))) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue