summaryrefslogtreecommitdiff
path: root/examples/blame.c
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-09-29 10:46:41 -0700
committerBen Straub <bs@github.com>2013-09-29 10:46:41 -0700
commitde8fe729efd350ae5cb1ef25ffb08f92c6f706b9 (patch)
tree35e4825270360cfaa5905ab432de557169cc9c57 /examples/blame.c
parent41dd999d12946ca2085ad315e9c5e8e57cc4e4f6 (diff)
downloadlibgit2-de8fe729efd350ae5cb1ef25ffb08f92c6f706b9.tar.gz
Fix typo
Diffstat (limited to 'examples/blame.c')
-rw-r--r--examples/blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blame.c b/examples/blame.c
index 1b08ec487..6f6a2749d 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);