Skip to content

Commit 13bc9c0

Browse files
authored
fuzzing: fix typo in fuzzer definitions (#23169)
1 parent 5afc82d commit 13bc9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss-fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ compile_fuzzer tests/fuzzers/stacktrie Fuzz fuzzStackTrie
102102
compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty
103103
compile_fuzzer tests/fuzzers/abi Fuzz fuzzAbi
104104
compile_fuzzer tests/fuzzers/les Fuzz fuzzLes
105-
compile_fuzzer tests/fuzzers/secp265k1 Fuzz fuzzSecp256k1
105+
compile_fuzzer tests/fuzzers/secp256k1 Fuzz fuzzSecp256k1
106106
compile_fuzzer tests/fuzzers/vflux FuzzClientPool fuzzClientPool
107107

108108
compile_fuzzer tests/fuzzers/bls12381 FuzzG1Add fuzz_g1_add

0 commit comments

Comments
 (0)