Skip to content

Commit cdee025

Browse files
committed
chore: Fix typo
1 parent 47f1c11 commit cdee025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/git-stack/stack.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ fn drop_branches(
687687
if branch.name == potential_head {
688688
continue;
689689
} else if head_branch_name == Some(branch.name.as_str()) {
690-
// Dom't leave HEAD detached but instead switch to the branch we pulled
690+
// Don't leave HEAD detached but instead switch to the branch we pulled
691691
log::trace!("git switch {}", potential_head);
692692
if !dry_run {
693693
repo.switch(potential_head)?;

0 commit comments

Comments
 (0)