Typo fix in returned message: formating->formatting

formating->formatting
pull/8/head
AdamDang 2018-05-31 23:10:59 +08:00 committed by GitHub
parent d02cf08e27
commit 0bc1aee1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func runTest(t *testing.T, apiURL string, config *Config, clusterCIDR, serviceCI
func logResults(allResults []*Results) {
jStr, err := json.MarshalIndent(allResults, "", " ")
if err != nil {
glog.Errorf("Error formating results: %v", err)
glog.Errorf("Error formatting results: %v", err)
return
}
if resultsLogFile != "" {