spelling fix

This commit is contained in:
zzz
2011-11-02 18:07:02 +00:00
parent e53290db18
commit 2a57c24e9d

View File

@ -147,7 +147,7 @@ public class DecayingBloomFilter {
return _current.size() + _previous.size(); return _current.size() + _previous.size();
} }
/** unshyncronized, only used for logging elsewhere */ /** unsynchronized, only used for logging elsewhere */
public double getFalsePositiveRate() { public double getFalsePositiveRate() {
return _current.falsePositives(); return _current.falsePositives();
} }