We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f1c11 commit cdee025Copy full SHA for cdee025
src/bin/git-stack/stack.rs
@@ -687,7 +687,7 @@ fn drop_branches(
687
if branch.name == potential_head {
688
continue;
689
} else if head_branch_name == Some(branch.name.as_str()) {
690
- // Dom't leave HEAD detached but instead switch to the branch we pulled
+ // Don't leave HEAD detached but instead switch to the branch we pulled
691
log::trace!("git switch {}", potential_head);
692
if !dry_run {
693
repo.switch(potential_head)?;
0 commit comments