Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Fixes typo initizlie -> initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmrclo committed Jan 3, 2019
1 parent e8b7380 commit 8014aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/root/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (cl *Cluster) ensureNestedStacksLoaded() error {

net, err := model.NewNetworkStack(cfg, nodePools, netOpts, extras, assetsConfig)
if err != nil {
return fmt.Errorf("failed to initizlie network stack: %v", err)
return fmt.Errorf("failed to initialize network stack: %v", err)
}

cl.etcdStack = etcd
Expand Down

0 comments on commit 8014aa3

Please sign in to comment.