mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
fix typo
This commit is contained in:
parent
2fc7f995f2
commit
d8445c2d8d
@ -48,7 +48,7 @@ func (ldb *LevelDBImpl) Open() error {
|
|||||||
WriteBuffer: 128 * opt.KiB,
|
WriteBuffer: 128 * opt.KiB,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.Wrap(err, "open level ldb error")
|
return errors.Wrap(err, "open leveldb error")
|
||||||
}
|
}
|
||||||
ldb.db = d
|
ldb.db = d
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user