Skip to content

Commit 54c337b

Browse files
derrickstoleegitster
authored andcommitted
test-bloom: fix usage typo
Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent eb591e4 commit 54c337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/helper/test-bloom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
4444
}
4545

4646
static const char *bloom_usage = "\n"
47-
" test-tool bloom get_murmer3 <string>\n"
47+
" test-tool bloom get_murmur3 <string>\n"
4848
" test-tool bloom generate_filter <string> [<string>...]\n"
4949
" test-tool get_filter_for_commit <commit-hex>\n";
5050

0 commit comments

Comments
 (0)