From 7c0282bfb9038516b0eeb3b7cb3c1d6ee3cb20de Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Fri, 17 Apr 2009 19:13:29 +0100 Subject: 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 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() }; -- cgit v0.10.2-6-g49f6