Fix typos with codespell
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick 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 ```
This commit is contained in:
@@ -34,13 +34,6 @@
|
||||
- [code]"offset"[/code] to store the offset of the line change since the first contextual line content.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_vcs_initialized">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Returns [code]true[/code] if the VCS addon has been initialized, else returns [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_modified_files_data">
|
||||
<return type="Dictionary">
|
||||
</return>
|
||||
@@ -84,6 +77,13 @@
|
||||
Returns [code]true[/code] if the addon is ready to respond to function calls, else returns [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_vcs_initialized">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Returns [code]true[/code] if the VCS addon has been initialized, else returns [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="shut_down">
|
||||
<return type="bool">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user