Fix misc. source comment typos

Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt `
This commit is contained in:
luz.paz
2019-09-19 14:36:39 -04:00
parent 24e1039eb6
commit 91ecd7b6a6
26 changed files with 42 additions and 38 deletions

View File

@@ -38,7 +38,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the VCS addon has been intialized, else returns [code]false[/code].
Returns [code]true[/code] if the VCS addon has been initialized, else returns [code]false[/code].
</description>
</method>
<method name="get_modified_files_data">
@@ -65,7 +65,7 @@
<return type="String">
</return>
<description>
Return the name of the VCS if the VCS has been intialized, else return an empty string.
Return the name of the VCS if the VCS has been initialized, else return an empty string.
</description>
</method>
<method name="initialize">