From cae1a76629fbe20a2d394bc2e4a457ff05ae23e6 Mon Sep 17 00:00:00 2001 From: Ashley Svetlik Date: Mon, 17 Jun 2019 16:47:28 -0500 Subject: [PATCH] Fixed typo --- roaring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roaring/README.md b/roaring/README.md index 044c98b83..53269cf88 100644 --- a/roaring/README.md +++ b/roaring/README.md @@ -18,7 +18,7 @@ The fuzzer needs some input to start the fuzzing with. Copy some sample Pilosa f Once you have copied your sample inputs, you are ready to run the fuzzer: -`go-fuzz -bin=roaring-fuzz.zip -workdir=workdir -func=FuzzBitmapUnmarshalBianry` +`go-fuzz -bin=roaring-fuzz.zip -workdir=workdir -func=FuzzBitmapUnmarshalBinary` ## Understanding the Fuzzer Output