Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 0395e66

Browse files
authored
Merge pull request #341 from albertomurillo/typos
ciao-launcher: Fix typo
2 parents 21a83c4 + 5dc869a commit 0395e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ciao-launcher/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ func startNetwork(doneCh chan struct{}) error {
307307
func printClusterConfig() {
308308
glog.Info("Cluster Configuration")
309309
glog.Info("-----------------------")
310-
glog.Infof("Compute Netowork: %v", computeNet)
311-
glog.Infof("Management Netowork: %v", mgmtNet)
310+
glog.Infof("Compute Network: %v", computeNet)
311+
glog.Infof("Management Network: %v", mgmtNet)
312312
glog.Infof("Disk Limit: %v", diskLimit)
313313
glog.Infof("Memory Limit: %v", memLimit)
314314
}

0 commit comments

Comments
 (0)