kvdb+lncfg: fix some typos in comments

This commit is contained in:
Oliver Gugger
2021-08-03 09:57:22 +02:00
parent 44971f0c46
commit b1b0aac643
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ type DB struct {
Bolt *kvdb.BoltConfig `group:"bolt" namespace:"bolt" description:"Bolt settings."`
}
// NewDB creates and returns a new default DB config.
// DefaultDB creates and returns a new default DB config.
func DefaultDB() *DB {
return &DB{
Backend: BoltBackend,