godot/modules/csg
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 14:09:51 +02:00
..
doc_classes Reference the online documentation in collision layer/mask properties 2020-08-31 15:55:11 +02:00
icons
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
csg.cpp Fix typos with codespell 2020-09-18 14:09:51 +02:00
csg.h Fix multiple issues with CSG module. 2020-04-19 14:32:45 +01:00
csg_gizmos.cpp
csg_gizmos.h
csg_shape.cpp Ensure CSG parent's _make_dirty() is called when entering a tree. 2020-07-30 22:45:17 +02:00
csg_shape.h
register_types.cpp
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00