From: Christian Couder <chriscool@tuxfamily.org>
To: Stephen Boyd <bebarino@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] bisect-helper: fix grammatical typo in exit_if_skipped_commits()
Date: Wed, 22 Apr 2009 07:01:13 +0200 [thread overview]
Message-ID: <200904220701.13852.chriscool@tuxfamily.org> (raw)
In-Reply-To: <1240295512-22651-1-git-send-email-bebarino@gmail.com>
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@tuxfamily.org>
Thanks,
Christian.
prev parent reply other threads:[~2009-04-22 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-21 6:31 [PATCH] bisect-helper: fix grammatical typo in exit_if_skipped_commits() Stephen Boyd
2009-04-22 5:01 ` Christian Couder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200904220701.13852.chriscool@tuxfamily.org \
--to=chriscool@tuxfamily.org \
--cc=bebarino@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).