Merge pull request #11 from EdwardBetts/spelling

correct spelling mistake
This commit is contained in:
Karl Seguin 2017-09-04 13:47:32 +07:00 committed by GitHub
commit b425c9ca00

View file

@ -65,7 +65,7 @@ func (c *Configuration) DeleteBuffer(size uint32) *Configuration {
return c
}
// Give a large cache with a high read / write ratio, it's usually unecessary
// Give a large cache with a high read / write ratio, it's usually unnecessary
// to promote an item on every Get. GetsPerPromote specifies the number of Gets
// a key must have before being promoted
// [3]