mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix typos with codespell
This commit is contained in:
parent
6b20c50429
commit
c4a9b42297
7 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue