fix comments spelling (#6829)

Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
pull/6832/head
Zhou Hao 5 years ago committed by GitHub
parent 384cba98fe
commit e628fd7735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1154,7 +1154,7 @@ func TestQueryLogger_basic(t *testing.T) {
testutil.Ok(t, res.Err)
}
// Query works without query log initalized.
// Query works without query log initialized.
queryExec()
f1 := NewFakeQueryLogger()

@ -91,7 +91,7 @@ type Options struct {
// WALCompression will turn on Snappy compression for records on the WAL.
WALCompression bool
// StripeSize is the size in entries of the series hash map. Reducing the size will save memory but impact perfomance.
// StripeSize is the size in entries of the series hash map. Reducing the size will save memory but impact performance.
StripeSize int
}

Loading…
Cancel
Save