From: Mike Ralphson Date: Fri, 17 Apr 2009 18:13:29 +0000 (+0100) Subject: builtin-remote: fix typo in option description X-Git-Tag: v1.6.3-rc2~31 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c0282bfb9038516b0eeb3b7cb3c1d6ee3cb20de;p=git.git builtin-remote: fix typo in option description Signed-off-by: Mike Ralphson Signed-off-by: Junio C Hamano --- diff --git a/builtin-remote.c b/builtin-remote.c index ca7c639ad..2ed752cbf 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() };