mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +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,
|
||||
})
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "open level ldb error")
|
||||
return errors.Wrap(err, "open leveldb error")
|
||||
}
|
||||
ldb.db = d
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user