Fix typo: overriden -> overridden

This commit is contained in:
Charlie Tonneslan 2026-03-22 10:52:24 -04:00
parent d2a87e9b93
commit a3055cb1e2
1 changed files with 1 additions and 1 deletions

View File

@ -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
}