1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00

update misspelled common words

This commit is contained in:
Guangbo Chen
2017-12-09 19:53:38 +08:00
parent ead2709100
commit 1cc26ee373
8 changed files with 8 additions and 8 deletions

View File

@@ -28,5 +28,5 @@ func TestSchedulerConfig(t *testing.T) {
assertEqual(t, isStringInSlice(TestSchedulerExtraArgs, imageCfg.Entrypoint), true,
fmt.Sprintf("Failed to find [%s] in Scheduler extra args", TestSchedulerExtraArgs))
assertEqual(t, true, hostCfg.NetworkMode.IsHost(),
"Failed to verify that Scheduler has host Netowrk mode")
"Failed to verify that Scheduler has host Network mode")
}