1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-30 13:57:54 +01:00

Small typofix in mailsplit.c

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-08-09 22:21:51 -07:00
parent 79db12e8ba
commit 763e287a35

View file

@ -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 something that looks like a date format.
*/
do {
int len = linelen(map, size);