Code

builtin-log.c: Fix typo in comment
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 14 May 2007 14:44:51 +0000 (16:44 +0200)
committerJunio 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

index 71df957eaa0b85bd841fe3758b6efbfd51243881..51294900dd12bac253a1f8a67f093f1a1dfbcb4b 100644 (file)
@@ -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++) {