Sfoglia il codice sorgente

Fix a typo codespell found

Gary Kramlich 3 anni fa
parent
commit
c1bdbd80f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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