mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Using codespell 2.0.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| audio.worklet.js | ||
| library_godot_audio.js | ||
| library_godot_display.js | ||
| library_godot_editor_tools.js | ||
| library_godot_eval.js | ||
| library_godot_fetch.js | ||
| library_godot_os.js | ||
| library_godot_runtime.js | ||