1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Fix typos with codespell

This commit is contained in:
Rémi Verschelde
2022-12-15 12:27:58 +01:00
parent 6b20c50429
commit c4a9b42297
7 changed files with 8 additions and 8 deletions

View File

@@ -1938,7 +1938,7 @@ void EditorFileSystem::reimport_files(const Vector<String> &p_files) {
if (group_file_cache.has(p_files[i])) {
//maybe the file itself is a group!
groups_to_reimport.insert(p_files[i]);
//groups do not belong to grups
//groups do not belong to groups
group_file = String();
} else if (group_file != String()) {
//it's a group file, add group to import and skip this file