Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin-log.c: Fix typo in comment
author
Frank Lichtenheld
<frank@lichtenheld.de>
Mon, 14 May 2007 14:44:51 +0000
(16:44 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 14 May 2007 23:52:02 +0000
(16:52 -0700)
s/fmt-patch/format-patch/
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
223fa32
)
diff --git
a/builtin-log.c
b/builtin-log.c
index 71df957eaa0b85bd841fe3758b6efbfd51243881..51294900dd12bac253a1f8a67f093f1a1dfbcb4b 100644
(file)
--- 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 f
m
t-patch -o a123 HEAD^.." may fail; a123 is
+ * like "git f
orma
t-patch -o a123 HEAD^.." may fail; a123 is
* possibly a valid SHA1.
*/
for (i = 1, j = 1; i < argc; i++) {