Fix a typo codespell found
This commit is contained in:
@@ -57,7 +57,7 @@ func New(cfg *config.Config) (*Bridge, error) {
|
|||||||
|
|
||||||
logger.Infoln("Initializing version", version.String)
|
logger.Infoln("Initializing version", version.String)
|
||||||
|
|
||||||
// Create and initalize the app service.
|
// Create and initialize the app service.
|
||||||
appservice, err := cfg.CreateAppService()
|
appservice, err := cfg.CreateAppService()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user