* [PATCH] Typo "bogos" in format-patch error message.
@ 2008-09-19 13:42 Mikael Magnusson
0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2008-09-19 13:42 UTC (permalink / raw)
To: git
---
builtin-log.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin-log.c b/builtin-log.c
index f4975cf..69cf564 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -835,7 +835,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
committer = git_committer_info(IDENT_ERROR_ON_NO_NAME);
endpos = strchr(committer, '>');
if (!endpos)
- die("bogos committer info %s\n", committer);
+ die("bogus committer info %s\n", committer);
add_signoff = xmemdupz(committer, endpos - committer + 1);
}
else if (!strcmp(argv[i], "--attach")) {
--
Mikael Magnusson
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-19 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 13:42 [PATCH] Typo "bogos" in format-patch error message Mikael Magnusson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox