Fix various typos with codespell
Using 2.2.7.dev51+geb4a58fe.
This commit is contained in:
parent
e38686f85b
commit
ba713c80df
9 changed files with 14 additions and 13 deletions
|
|
@ -135,9 +135,9 @@ const GodotInputGamepads = {
|
|||
}
|
||||
|
||||
const id = pad.id;
|
||||
// Chrom* style: NAME (Vendor: xxxx Product: xxxx)
|
||||
// Chrom* style: NAME (Vendor: xxxx Product: xxxx).
|
||||
const exp1 = /vendor: ([0-9a-f]{4}) product: ([0-9a-f]{4})/i;
|
||||
// Firefox/Safari style (safari may remove leading zeores)
|
||||
// Firefox/Safari style (Safari may remove leading zeroes).
|
||||
const exp2 = /^([0-9a-f]+)-([0-9a-f]+)-/i;
|
||||
let vendor = '';
|
||||
let product = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue