summaryrefslogtreecommitdiffstats
path: root/editor/editor_vcs_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_vcs_interface.cpp')
-rw-r--r--editor/editor_vcs_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_vcs_interface.cpp b/editor/editor_vcs_interface.cpp
index f4745b8730..3bc9dc6e3c 100644
--- a/editor/editor_vcs_interface.cpp
+++ b/editor/editor_vcs_interface.cpp
@@ -365,7 +365,7 @@ void EditorVCSInterface::create_vcs_metadata_files(VCSMetadata p_vcs_metadata_ty
if (f.is_null()) {
ERR_FAIL_MSG("Couldn't create .gitignore in project path.");
} else {
- f->store_line("# Godot 4+ specific ignores");
+ f->store_line("# Redot 4+ specific ignores");
f->store_line(".godot/");
f->store_line("/android/");
}