mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
Creates a new [DirAccess] object and opens an existing directory of the filesystem. The [param path] argument can be within the project tree ([code]res://folder[/code]), the user directory ([code]user://folder[/code]) or an absolute path of the user filesystem (e.g. [code]/tmp/folder[/code] or [code]C:\tmp\folder[/code]).
|
||||
Returns [code]null[/code] if opening the directory failed. You can use [method get_open_error] to check the error that ocurred.
|
||||
Returns [code]null[/code] if opening the directory failed. You can use [method get_open_error] to check the error that occurred.
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove">
|
||||
|
||||
Reference in New Issue
Block a user