[PATCH] Fix git-rev-parse --default and --flags handling
[gitweb.git] / tools / mailsplit.c
index 7b712081cbf812c551be536cddbbf563c570dc75..a3238c20da27c3348d406066b595cd085e600558 100644 (file)
@@ -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);