ok/jj
1
0
Fork 0
forked from mirrors/jj

spelling: shouldn't

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-09-09 13:41:54 -04:00 committed by Martin von Zweigbergk
parent fd3f8afe1a
commit 99746a018b

View file

@ -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}"))