Fix typos in user-facing strings

This commit is contained in:
Andrew Seidl
2015-01-18 01:32:34 -06:00
parent eeb712d163
commit 6dee1d7fa4
17 changed files with 26 additions and 26 deletions

View File

@@ -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)
}