Fix typos discovered by codespell
This commit is contained in:
parent
2b844f5cb5
commit
cff2e8bbe0
12 changed files with 18 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue