commit | 7c0282bfb9038516b0eeb3b7cb3c1d6ee3cb20de | [log] [tgz] |
---|---|---|
author | Mike Ralphson <mike@abacus.co.uk> | Fri Apr 17 19:13:29 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 20 15:55:56 2009 -0700 |
tree | cd655c1b09c493c20b02be3a7c64f57e2cb007d3 | |
parent | a162e78df082d4f885bda2e51067d9788a7f65e4 [diff] |
builtin-remote: fix typo in option description Signed-off-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 @@ struct option options[] = { OPT_GROUP("update specific options"), OPT_BOOLEAN('p', "prune", &prune, - "prune remotes after fecthing"), + "prune remotes after fetching"), OPT_END() };