Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix typos / spelling in comments
[gitweb.git]
/
builtin-remote.c
diff --git
a/builtin-remote.c
b/builtin-remote.c
index ca7c639ad30fd5682014eb984ab18d3fb0546c67..2ed752cbf1803c243145ecc73d6abbf758a2203a 100644
(file)
--- 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 fe
ct
hing"),
+ "prune remotes after fe
tc
hing"),
OPT_END()
};