Small typofix in mailsplit.c
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
79db12e8ba
commit
763e287a35
@ -77,7 +77,7 @@ static int parse_email(const void *map, unsigned long size)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Search for a line beginning with "From ", and
|
* Search for a line beginning with "From ", and
|
||||||
* having smething that looks like a date format.
|
* having something that looks like a date format.
|
||||||
*/
|
*/
|
||||||
do {
|
do {
|
||||||
int len = linelen(map, size);
|
int len = linelen(map, size);
|
||||||
|
Loading…
Reference in New Issue
Block a user