Fix typos discovered by codespell

This commit is contained in:
Christian Clauss 2024-01-25 18:32:32 +01:00
parent 2b844f5cb5
commit cff2e8bbe0
12 changed files with 18 additions and 18 deletions

View file

@ -911,7 +911,7 @@ impl SearchableItem for TerminalView {
}
}
///Get's the working directory for the given workspace, respecting the user's settings.
///Gets the working directory for the given workspace, respecting the user's settings.
pub fn get_working_directory(
workspace: &Workspace,
cx: &AppContext,
@ -932,7 +932,7 @@ pub fn get_working_directory(
res.or_else(home_dir)
}
///Get's the first project's home directory, or the home directory
///Gets the first project's home directory, or the home directory
fn first_project_directory(workspace: &Workspace, cx: &AppContext) -> Option<PathBuf> {
workspace
.worktrees(cx)