Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
René Scheibe committed Jan 5, 2011
1 parent 941c134 commit 9b87dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bloomfilter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_filter(bitmap = nil)
# arg 2: k => hashes : number of hash functions
# arg 3: s => seed : seed of hash functions
# arg 4: b => bucket : number of bits in a bloom filter bucket
# arg 5: r => rasie : raise on bucket overflow?
# arg 5: r => raise : raise on bucket overflow?
when :c then
bf = CBloomFilter.new(@opts[:size], @opts[:hashes], @opts[:seed], @opts[:bucket], @opts[:raise])
bf.load(bitmap) if !bitmap.nil?
Expand Down

0 comments on commit 9b87dca

Please sign in to comment.