diff --git a/crates/file_finder/src/new_path_prompt.rs b/crates/file_finder/src/new_path_prompt.rs index 990072a2acfefa1c5d0df7d1f25459d64e9f5f8c..5de1b7b648ccc46fd3dfb38a5ef9243c4301d42d 100644 --- a/crates/file_finder/src/new_path_prompt.rs +++ b/crates/file_finder/src/new_path_prompt.rs @@ -337,7 +337,7 @@ impl PickerDelegate for NewPathDelegate { gpui::PromptLevel::Critical, &format!("{} already exists. Do you want to replace it?", m.relative_path()), Some( - "A file or folder with the same name already eixsts. Replacing it will overwrite its current contents.", + "A file or folder with the same name already exists. Replacing it will overwrite its current contents.", ), &["Replace", "Cancel"], );