Skip to content

Commit

Permalink
Small typofix in mailsplit.c
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Aug 10, 2005
1 parent 79db12e commit 763e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mailsplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 763e287

Please sign in to comment.