diff options
author | Frank Lichtenheld <frank@lichtenheld.de> | 2007-05-14 16:44:51 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-14 16:52:02 -0700 |
commit | 2dc189a3536a367444a4176684c89b994e93e736 (patch) | |
tree | 91620d69e0825c20273a68ae6d83979a05384804 /builtin-log.c | |
parent | Fix git-clone buglet for remote case. (diff) | |
download | tgif-2dc189a3536a367444a4176684c89b994e93e736.tar.xz |
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.c | 2 |
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++) { |