Commit de8fe729efd350ae5cb1ef25ffb08f92c6f706b9

Ben Straub 2013-09-29T10:46:41

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/blame.c b/examples/blame.c
index 1b08ec4..6f6a274 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -21,7 +21,7 @@ static void usage(const char *msg, const char *arg)
 	fprintf(stderr, "\n");
 	fprintf(stderr, "   <commit range>      example: `HEAD~10..HEAD`, or `1234abcd`\n");
 	fprintf(stderr, "   -L <n,m>            process only line range n-m, counting from 1\n");
-	fprintf(stderr, "   -M                  fine line moves within and across files\n");
+	fprintf(stderr, "   -M                  find line moves within and across files\n");
 	fprintf(stderr, "   -C                  find line copies within and across files\n");
 	fprintf(stderr, "\n");
 	exit(1);