Skip to content

Commit fdc9914

Browse files
OneDeuxTriSeiGogitster
authored andcommitted
builtin/worktree.c: fix typo in "forgot fetch" msg
Replace misspelled word "overide" with correctly spelled "override". Reported-By: Teng Long <[email protected]> Signed-off-by: Jacob Abel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 926c40d commit fdc9914

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
@@ -691,7 +691,7 @@ static int can_use_remote_refs(const struct add_opts *opts)
691691
return 1;
692692
} else if (!opts->force && remote_get(NULL)) {
693693
die(_("No local or remote refs exist despite at least one remote\n"
694-
"present, stopping; use 'add -f' to overide or fetch a remote first"));
694+
"present, stopping; use 'add -f' to override or fetch a remote first"));
695695
}
696696
return 0;
697697
}

0 commit comments

Comments
 (0)