Fixes small typos and grammar correction
This commit is contained in:
parent
adf233ed04
commit
91181c2086
98 changed files with 198 additions and 197 deletions
|
|
@ -1321,7 +1321,7 @@ String ResourceFormatLoaderText::get_resource_type(const String &p_path) const {
|
|||
|
||||
FileAccess *f = FileAccess::open(p_path, FileAccess::READ);
|
||||
if (!f) {
|
||||
return ""; //could not rwead
|
||||
return ""; //could not read
|
||||
}
|
||||
|
||||
ResourceLoaderText loader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue