Le mardi 21 avril 2009, Stephen Boyd a écrit : > This is against pu. > > bisect.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/bisect.c b/bisect.c > index f6e1378..5902e83 100644 > --- a/bisect.c > +++ b/bisect.c > @@ -575,7 +575,7 @@ static void exit_if_skipped_commits(struct > commit_list *tried, if (!tried) > return; > > - printf("There are only 'skip'ped commit left to test.\n" > + printf("There are only 'skip'ped commits left to test.\n" > "The first bad commit could be any of:\n"); > print_commit_list(tried, "%s\n", "%s\n"); > if (bad) Acked-by: Christian Couder <chriscool@xxxxxxxxxxxxx> Thanks, Christian. -- 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