mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-18 07:34:12 +00:00
Fix typos in user-facing strings
This commit is contained in:
@@ -196,7 +196,7 @@ func setDefaults(c *Config) {
|
||||
break
|
||||
}
|
||||
if !found {
|
||||
glog.Errorf("Unable to find suitible network address in list: '%v'\n"+
|
||||
glog.Errorf("Unable to find suitable network address in list: '%v'\n"+
|
||||
"Will try again in 5 seconds. Set the public address directly to avoid this wait.", addrs)
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
|
Reference in New Issue
Block a user