From: Mike Ralphson <mike@abacus.co.uk>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Mike Ralphson <mike.ralphson@gmail.com>
Subject: [PATCH 2/3] builtin-remote: fix typo in option description
Date: Fri, 17 Apr 2009 19:13:29 +0100 [thread overview]
Message-ID: <1239992010-16698-3-git-send-email-mike@abacus.co.uk> (raw)
In-Reply-To: <1239992010-16698-2-git-send-email-mike@abacus.co.uk>
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
---
builtin-remote.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin-remote.c b/builtin-remote.c
index ca7c639..2ed752c 100644
--- a/builtin-remote.c
+++ b/builtin-remote.c
@@ -1216,7 +1216,7 @@ static int update(int argc, const char **argv)
struct option options[] = {
OPT_GROUP("update specific options"),
OPT_BOOLEAN('p', "prune", &prune,
- "prune remotes after fecthing"),
+ "prune remotes after fetching"),
OPT_END()
};
--
1.6.0.2.229.g1293c.dirty
next prev parent reply other threads:[~2009-04-17 18:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-17 18:13 [PATCH 0/3] Typo fixes Mike Ralphson
2009-04-17 18:13 ` [PATCH 1/3] Documentation: fix typos / spelling mistakes Mike Ralphson
2009-04-17 18:13 ` Mike Ralphson [this message]
2009-04-17 18:13 ` [PATCH 3/3] Fix typos / spelling in comments Mike Ralphson
2009-04-17 19:10 ` Michael J Gruber
2009-04-18 1:18 ` Junio C Hamano
2009-04-22 21:15 ` [PATCH] Fix more typos/spelling " Michael J Gruber
2009-04-23 4:21 ` Junio C Hamano
2009-04-23 4:21 ` [PATCH 3/3] Fix typos / spelling " Junio C Hamano
2009-04-17 19:42 ` [PATCH 2/3] builtin-remote: fix typo in option description Sverre Rabbelier
2009-04-17 18:48 ` [PATCH 1/3] Documentation: fix typos / spelling mistakes Markus Heidelberg
2009-04-17 19:32 ` Mike Ralphson
2009-04-17 18:56 ` Michael J Gruber
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=1239992010-16698-3-git-send-email-mike@abacus.co.uk \
--to=mike@abacus.co.uk \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=mike.ralphson@gmail.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).