You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user