Skip to content

Commit 05c8603

Browse files
committed
Merge branch 'ja/worktree-orphan'
Typofix in an error message. * ja/worktree-orphan: builtin/worktree.c: fix typo in "forgot fetch" msg
2 parents 6d159f5 + fdc9914 commit 05c8603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/worktree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ static int can_use_remote_refs(const struct add_opts *opts)
696696
return 1;
697697
} else if (!opts->force && remote_get(NULL)) {
698698
die(_("No local or remote refs exist despite at least one remote\n"
699-
"present, stopping; use 'add -f' to overide or fetch a remote first"));
699+
"present, stopping; use 'add -f' to override or fetch a remote first"));
700700
}
701701
return 0;
702702
}

0 commit comments

Comments
 (0)