You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix various typos with codespell
Using 2.2.7.dev5+g2af65969.
This commit is contained in:
@@ -968,7 +968,7 @@ void EditorFileSystem::_scan_fs_changes(EditorFileSystemDirectory *p_dir, const
|
||||
p_dir->modified_time = current_mtime;
|
||||
//ooooops, dir changed, see what's going on
|
||||
|
||||
//first mark everything as veryfied
|
||||
//first mark everything as verified
|
||||
|
||||
for (int i = 0; i < p_dir->files.size(); i++) {
|
||||
p_dir->files[i]->verified = false;
|
||||
|
||||
Reference in New Issue
Block a user