mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
a1c08b7109
commit
9f479f096c
138 changed files with 405 additions and 405 deletions
|
@ -209,7 +209,7 @@ Error PluginScript::reload(bool p_keep_state) {
|
|||
}
|
||||
|
||||
// Script's parent is passed as base_name which can make reference to a
|
||||
// ClassDB name (i.e. `Node2D`) or a ressource path (i.e. `res://foo/bar.gd`)
|
||||
// ClassDB name (i.e. `Node2D`) or a resource path (i.e. `res://foo/bar.gd`)
|
||||
StringName *base_name = (StringName *)&manifest.base;
|
||||
if (*base_name) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue