]> git.ipfire.org Git - thirdparty/git.git/commitdiff
test-bloom: fix usage typo
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 1 May 2020 15:30:19 +0000 (15:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 18:41:21 +0000 (11:41 -0700)
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-bloom.c

index 77eb27adac746e038b4e73f0e356354d3cfd9570..00c1d44a56105822f7de7849c44ed593f7d1a8a4 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";