Fix typos fround by misspell

This commit is contained in:
fox.cpp 2019-06-01 18:23:38 +03:00
parent be7c3ab785
commit d5297903d7
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
4 changed files with 5 additions and 5 deletions

View file

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