Parcourir la source

Fix a typo codespell found

Gary Kramlich il y a 3 ans
Parent
commit
c1bdbd80f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bridge/bridge.go

+ 1 - 1
bridge/bridge.go

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