Skip to content

Commit

Permalink
Merge branch 'ja/worktree-orphan' into next
Browse files Browse the repository at this point in the history
Typofix in an error message.

* ja/worktree-orphan:
  builtin/worktree.c: fix typo in "forgot fetch" msg
  • Loading branch information
gitster committed Aug 18, 2023
2 parents 8d17424 + fdc9914 commit b2a6f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/worktree.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static int can_use_remote_refs(const struct add_opts *opts)
return 1;
} else if (!opts->force && remote_get(NULL)) {
die(_("No local or remote refs exist despite at least one remote\n"
"present, stopping; use 'add -f' to overide or fetch a remote first"));
"present, stopping; use 'add -f' to override or fetch a remote first"));
}
return 0;
}
Expand Down

0 comments on commit b2a6f7f

Please sign in to comment.