Fix typo: overriden -> overridden
This commit is contained in:
parent
d2a87e9b93
commit
a3055cb1e2
|
|
@ -50,7 +50,7 @@ type manager struct {
|
|||
closedChan <-chan struct{}
|
||||
sessions map[uuid.UUID]*Session
|
||||
log *zerolog.Logger
|
||||
// timeout waiting for an API to finish. This can be overriden in test
|
||||
// timeout waiting for an API to finish. This can be overridden in test
|
||||
timeout time.Duration
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue