Masanari Iida <standby24x7@xxxxxxxxx> writes: > Correct spelling typo > > Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> > --- > git-bisect.sh | 2 +- > pathspec.c | 4 ++-- > wrapper.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/git-bisect.sh b/git-bisect.sh > index 9f064b6..ebac284 100755 > --- a/git-bisect.sh > +++ b/git-bisect.sh > @@ -137,7 +137,7 @@ bisect_start() { > # cogito usage, and cogito users should understand > # it relates to cg-seek. > [ -s "$GIT_DIR/head-name" ] && > - die "$(gettext "won't bisect on seeked tree")" > + die "$(gettext "won't bisect on sought tree")" The phrasing before your "fix" comes from Cogito which called the state cg-seek left in a "seeked tree", I think, so this change is probably a wrong thing to do. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html