diff --git a/test/integration/ipamperf/ipam_test.go b/test/integration/ipamperf/ipam_test.go index 70eedabe19d..8c0369bbe0c 100644 --- a/test/integration/ipamperf/ipam_test.go +++ b/test/integration/ipamperf/ipam_test.go @@ -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 != "" {