mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-19 14:14:28 +00:00
spelling: shouldn't
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fd3f8afe1a
commit
99746a018b
@ -5129,7 +5129,7 @@ fn do_git_clone(
|
||||
let maybe_default_branch =
|
||||
git::fetch(fetch_tx.mut_repo(), &git_repo, remote_name).map_err(|err| match err {
|
||||
GitFetchError::NoSuchRemote(_) => {
|
||||
panic!("should't happen as we just created the git remote")
|
||||
panic!("shouldn't happen as we just created the git remote")
|
||||
}
|
||||
GitFetchError::InternalGitError(err) => {
|
||||
CommandError::UserError(format!("Fetch failed: {err}"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user