chore: fix typo

This commit is contained in:
chloefeal
2024-12-25 23:06:33 +08:00
parent a388c1f39d
commit 852a8d8746
11 changed files with 21 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ import (
// SubLogCreator can be used to create a new logger for a particular subsystem.
type SubLogCreator interface {
// Logger returns a new logger for a particular subsytem.
// Logger returns a new logger for a particular subsystem.
Logger(subsystemTag string) btclog.Logger
}