godot/modules/webrtc
Rémi Verschelde 4219a4cb6f
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:38:56 +02:00
..
doc_classes Fix typos with codespell 2021-05-20 12:38:56 +02:00
config.py
library_godot_webrtc.js
register_types.cpp
register_types.h
SCsub
webrtc_data_channel_gdnative.cpp
webrtc_data_channel_gdnative.h
webrtc_data_channel_js.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
webrtc_data_channel_js.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
webrtc_data_channel.cpp
webrtc_data_channel.h
webrtc_multiplayer.cpp
webrtc_multiplayer.h
webrtc_peer_connection_gdnative.cpp
webrtc_peer_connection_gdnative.h
webrtc_peer_connection_js.cpp
webrtc_peer_connection_js.h
webrtc_peer_connection.cpp
webrtc_peer_connection.h