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 /tools/mailsplit.c | |
parent | 79db12e8ba74827724873beff2caeb6b85e0c6a9 (diff) | |
download | git-763e287a3525ca36fb5b75d91a825833fb11d43a.tar.gz git-763e287a3525ca36fb5b75d91a825833fb11d43a.tar.xz |
Small typofix in mailsplit.c
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tools/mailsplit.c')
-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 7b712081c..a3238c20d 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); |