Skip to content

Commit 597faa0

Browse files
Mikachugitster
authored andcommitted
Typo "bogos" in format-patch error message.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 02ed245 commit 597faa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
835835
committer = git_committer_info(IDENT_ERROR_ON_NO_NAME);
836836
endpos = strchr(committer, '>');
837837
if (!endpos)
838-
die("bogos committer info %s\n", committer);
838+
die("bogus committer info %s\n", committer);
839839
add_signoff = xmemdupz(committer, endpos - committer + 1);
840840
}
841841
else if (!strcmp(argv[i], "--attach")) {

0 commit comments

Comments
 (0)