typo fixup, resolves #1181

* fixes a typo
This commit is contained in:
guppy0130 2022-06-03 22:40:50 -07:00
parent 9e5957e4c9
commit 5ca5710f61
No known key found for this signature in database
GPG key ID: B12A0C868D6866AC

View file

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