Skip to content

Commit

Permalink
builtin-log.c: Fix typo in comment
Browse files Browse the repository at this point in the history
s/fmt-patch/format-patch/

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Frank Lichtenheld authored and Junio C Hamano committed May 14, 2007
1 parent 223fa32 commit 2dc189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 2dc189a

Please sign in to comment.