From 99746a018b83fab340c01bb9f9a274552d2b72db Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:41:54 -0400 Subject: [PATCH] spelling: shouldn't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index eea567693..75c54f98b 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -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}"))