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:
parent
79db12e8ba
commit
763e287a35
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue