1
0
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:
Rémi Verschelde
2023-10-06 12:52:10 +02:00
parent 9e455f424a
commit 373c4b22d3
6 changed files with 10 additions and 10 deletions

View File

@@ -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;