Skip to content

Commit

Permalink
Merge pull request #565 from apache/correct_spelling
Browse files Browse the repository at this point in the history
Correct spelling in Bloomfilter
  • Loading branch information
jmalkin authored May 29, 2024
2 parents 8cea2d8 + e28cc23 commit 3ac3d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public final class BloomFilter {
throw new SketchesArgumentException("Provided WritableMemory capacity insufficient to initialize BloomFilter");
}

// we don't resize so initialize wizth non-empty preLongs value
// we don't resize so initialize with non-empty preLongs value
// and no empty flag
final WritableBuffer wbuf = wmem.asWritableBuffer();
wbuf.putByte((byte) Family.BLOOMFILTER.getMaxPreLongs());
Expand Down

0 comments on commit 3ac3d29

Please sign in to comment.