You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@@ -2085,7 +2085,7 @@ void EditorFileSystem::reimport_files(const Vector<String> &p_files) {
|
||||
if (group_file_cache.has(file)) {
|
||||
//maybe the file itself is a group!
|
||||
groups_to_reimport.insert(file);
|
||||
//groups do not belong to grups
|
||||
//groups do not belong to groups
|
||||
group_file = String();
|
||||
} else if (!group_file.is_empty()) {
|
||||
//it's a group file, add group to import and skip this file
|
||||
|
||||
Reference in New Issue
Block a user