From fde48d5124c031722a27ae3445fc186729ea4800 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 22 Sep 2014 16:39:28 -0700 Subject: [PATCH] Fix yet another typo in the comment for TestGetMachineInfo. --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index 3f88bf38..1258e09b 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -72,7 +72,7 @@ func cadvisorTestClient(path string, expectedPostObj, expectedPostObjEmpty, repl } // TestGetMachineInfo performs one test to check if MachineInfo() -// in a cAdvisor cliernt returns the correct result. +// in a cAdvisor client returns the correct result. func TestGetMachineinfo(t *testing.T) { minfo := &info.MachineInfo{ NumCores: 8,