projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79db12e
)
Small typofix in mailsplit.c
author
Junio C Hamano
<junkio@cox.net>
Wed, 10 Aug 2005 05:21:51 +0000
(22:21 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 10 Aug 2005 05:28:20 +0000
(22:28 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
tools/mailsplit.c
patch
|
blob
|
history
diff --git
a/tools/mailsplit.c
b/tools/mailsplit.c
index
7b71208
..
a3238c2
100644
(file)
--- a/
tools/mailsplit.c
+++ b/
tools/mailsplit.c
@@
-77,7
+77,7
@@
static int parse_email(const void *map, unsigned long size)
/*
* Search for a line beginning with "From ", and
- * having smething that looks like a date format.
+ * having s
o
mething that looks like a date format.
*/
do {
int len = linelen(map, size);