Code

builtin-remote: fix typo in option description
authorMike Ralphson <mike@abacus.co.uk>
Fri, 17 Apr 2009 18:13:29 +0000 (19:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2009 22:55:56 +0000 (15:55 -0700)
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c

index ca7c639ad30fd5682014eb984ab18d3fb0546c67..2ed752cbf1803c243145ecc73d6abbf758a2203a 100644 (file)
@@ -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()
        };