From: Derrick Stolee Date: Fri, 1 May 2020 15:30:19 +0000 (+0000) Subject: test-bloom: fix usage typo X-Git-Tag: v2.27.0-rc0~4^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54c337be9c8ad47b49709a43b4c63f407ff168e6;p=thirdparty%2Fgit.git test-bloom: fix usage typo Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/t/helper/test-bloom.c b/t/helper/test-bloom.c index 77eb27adac..00c1d44a56 100644 --- a/t/helper/test-bloom.c +++ b/t/helper/test-bloom.c @@ -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 \n" +" test-tool bloom get_murmur3 \n" " test-tool bloom generate_filter [...]\n" " test-tool get_filter_for_commit \n";