Fix a typo codespell found

This commit is contained in:
Gary Kramlich
2022-02-11 04:35:55 -06:00
parent e6208cafe7
commit c1bdbd80f6

View File

@@ -57,7 +57,7 @@ func New(cfg *config.Config) (*Bridge, error) {
logger.Infoln("Initializing version", version.String)
// Create and initalize the app service.
// Create and initialize the app service.
appservice, err := cfg.CreateAppService()
if err != nil {
return nil, err