Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-05-14 18:44:51 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-15 03:52:02 +0400
commit2dc189a3536a367444a4176684c89b994e93e736 (patch)
tree91620d69e0825c20273a68ae6d83979a05384804 /builtin-log.c
parent223fa32784c79bdae7e68266511f9b5e0d65d03e (diff)
builtin-log.c: Fix typo in comment
s/fmt-patch/format-patch/ Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-log.c')
-rw-r--r--builtin-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-log.c b/builtin-log.c
index 71df957eaa..51294900dd 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -439,7 +439,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
/*
* Parse the arguments before setup_revisions(), or something
- * like "git fmt-patch -o a123 HEAD^.." may fail; a123 is
+ * like "git format-patch -o a123 HEAD^.." may fail; a123 is
* possibly a valid SHA1.
*/
for (i = 1, j = 1; i < argc; i++) {