Explorar o código

typo fixup, resolves #1181

* fixes a typo
guppy0130 %!s(int64=3) %!d(string=hai) anos
pai
achega
5ca5710f61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netclient/functions/join.go

+ 1 - 1
netclient/functions/join.go

@@ -192,7 +192,7 @@ func JoinNetwork(cfg *config.ClientConfig, privateKey string) error {
 		return err
 	}
 	if cfg.Server.Server == "" {
-		return errors.New("did not recieve broker address from registration")
+		return errors.New("did not receive broker address from registration")
 	}
 	// update server with latest data
 	if err := PublishNodeUpdate(cfg); err != nil {