Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
@ -59,7 +59,7 @@ String ProjectSettings::get_resource_path() const {
|
||||
String ProjectSettings::localize_path(const String &p_path) const {
|
||||
|
||||
if (resource_path == "")
|
||||
return p_path; //not initialied yet
|
||||
return p_path; //not initialized yet
|
||||
|
||||
if (p_path.begins_with("res://") || p_path.begins_with("user://") ||
|
||||
(p_path.is_abs_path() && !p_path.begins_with(resource_path)))
|
||||
|
||||
Reference in New Issue
Block a user