Fix typos with codespell

Using codespell 1.14.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
This commit is contained in:
Rémi Verschelde
2019-02-13 09:23:29 +01:00
parent 55ca2a7c88
commit 5fc86026ca
34 changed files with 50 additions and 51 deletions

View File

@@ -134,7 +134,7 @@
<return type="String">
</return>
<description>
Override this method to provide the name that will appear in teh gizmo visibility menu.
Override this method to provide the name that will appear in the gizmo visibility menu.
</description>
</method>
<method name="has_gizmo" qualifiers="virtual">