You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Fix various typos with codespell
Also includes typo fixes from #79993, #80068, #80276, and #80303.
Co-authored-by: betalars <contact@betalars.de>
Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com>
Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
(cherry picked from commit faaf27f284)
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