]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-bloom.c
Merge branch 'ds/bloom-cleanup'
[thirdparty/git.git] / t / helper / test-bloom.c
index 456f5ea7f944abf28b79182519fc86fca56dc1d6..f0aa80b98eb3240c59db99e2b5fbc186fd87c717 100644 (file)
@@ -44,7 +44,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
 }
 
 static const char *bloom_usage = "\n"
-"  test-tool bloom get_murmer3 <string>\n"
+"  test-tool bloom get_murmur3 <string>\n"
 "  test-tool bloom generate_filter <string> [<string>...]\n"
 "  test-tool get_filter_for_commit <commit-hex>\n";