mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
parent
0d04fb76e1
commit
08bde5b2de
81 changed files with 123 additions and 123 deletions
|
@ -59,7 +59,7 @@ Error DirAccessUnix::list_dir_begin() {
|
|||
|
||||
//char real_current_dir_name[2048]; //is this enough?!
|
||||
//getcwd(real_current_dir_name,2048);
|
||||
//chdir(curent_path.utf8().get_data());
|
||||
//chdir(current_path.utf8().get_data());
|
||||
dir_stream = opendir(current_dir.utf8().get_data());
|
||||
//chdir(real_current_dir_name);
|
||||
if (!dir_stream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue