Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
This commit is contained in:
parent
6afaf83de3
commit
612ab4bbc6
60 changed files with 91 additions and 91 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Helper class to handle INI-style files.
|
||||
</brief_description>
|
||||
<description>
|
||||
This helper class can be used to store [Variant] values on the filesystem using INI-style formatting. The stored values are indentified by a section and a key:
|
||||
This helper class can be used to store [Variant] values on the filesystem using INI-style formatting. The stored values are identified by a section and a key:
|
||||
[codeblock]
|
||||
[section]
|
||||
some_key=42
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue