Fix typos in comments and strings

This commit is contained in:
morganamilo 2018-05-03 21:59:43 +01:00
parent 5bd170b2f3
commit 6305e6327f
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E
12 changed files with 15 additions and 15 deletions

View file

@ -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;
}