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:
@@ -5,7 +5,7 @@
|
||||
</brief_description>
|
||||
<description>
|
||||
The engine supports multiple image formats out of the box (PNG, SVG, JPEG, WebP to name a few), but you can choose to implement support for additional image formats by extending this class.
|
||||
Be sure to respect the documented return types and values. You should create an instance of it, and call [method add_format_loader] to register that loader during the initializaiton phase.
|
||||
Be sure to respect the documented return types and values. You should create an instance of it, and call [method add_format_loader] to register that loader during the initialization phase.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
@@ -13,7 +13,7 @@
|
||||
<method name="_get_recognized_extensions" qualifiers="virtual const">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Returns the list of file extensions for this image format. Files with the given extentions will be treated as image file and loaded using this class.
|
||||
Returns the list of file extensions for this image format. Files with the given extensions will be treated as image file and loaded using this class.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_load_image" qualifiers="virtual">
|
||||
|
||||
Reference in New Issue
Block a user