diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-09 22:21:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-09 22:28:20 -0700 |
commit | 763e287a3525ca36fb5b75d91a825833fb11d43a (patch) | |
tree | 5a2d337e023edcb219dea288d25b7a0be36bfe6e | |
parent | A bit more format warning squelching. (diff) | |
download | tgif-763e287a3525ca36fb5b75d91a825833fb11d43a.tar.xz |
Small typofix in mailsplit.c
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | tools/mailsplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mailsplit.c b/tools/mailsplit.c index 7b712081cb..a3238c20da 100644 --- 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 something that looks like a date format. */ do { int len = linelen(map, size); |