godot/modules/lightmapper_cpu
Rémi Verschelde eb78f80f03
Fix typos with codespell
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
```
2021-05-20 12:56:56 +02:00
..
config.py SCons: Disable embree-based modules on x86 (32-bit) 2021-05-05 18:01:45 +02:00
lightmapper_cpu.cpp Fix typos with codespell 2021-05-20 12:56:56 +02:00
lightmapper_cpu.h Style: Set clang-format Standard to c++14 2021-05-04 14:45:15 +02:00
register_types.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
SCsub