Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Fix git-rev-parse --default and --flags handling
[gitweb.git]
/
tools
/
mailsplit.c
diff --git
a/tools/mailsplit.c
b/tools/mailsplit.c
index 7b712081cbf812c551be536cddbbf563c570dc75..a3238c20da27c3348d406066b595cd085e600558 100644
(file)
--- 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 s
o
mething that looks like a date format.
*/
do {
int len = linelen(map, size);