From 2dc189a3536a367444a4176684c89b994e93e736 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 14 May 2007 16:44:51 +0200 Subject: builtin-log.c: Fix typo in comment s/fmt-patch/format-patch/ Signed-off-by: Frank Lichtenheld Signed-off-by: Junio C Hamano --- builtin-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin-log.c') 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++) { -- cgit v1.2.3