mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Fix typos fround by misspell
This commit is contained in:
parent
be7c3ab785
commit
d5297903d7
4 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ import (
|
|||
// on shutdown. If module starts long-lived goroutines - they should be stopped
|
||||
// *before* Close method returns to ensure graceful shutdown.
|
||||
type Module interface {
|
||||
// Init performs actual initalization of the module.
|
||||
// Init performs actual initialization of the module.
|
||||
//
|
||||
// It is not done in FuncNewModule so all module instances are
|
||||
// registered at time of initialization, thus initialization does not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue