From 71a2fa7b030e65452eea6a142748dc7cf4b7f2dd Mon Sep 17 00:00:00 2001 From: Nan Monnand Deng Date: Fri, 20 Jun 2014 17:24:41 -0400 Subject: [PATCH] typo --- info/advice.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/advice.go b/info/advice.go index d2f527f6..b5d5a572 100644 --- a/info/advice.go +++ b/info/advice.go @@ -18,8 +18,8 @@ package info // container, antagonist, interferes the performance of other // containers, victims. type Interference struct { - // The absolute path of the atagnoism container name. This field should - // not be empty. + // The absolute path of the antagnoism container name. This field + // should not be empty. Antagonist string `json:"antagonist"` // The absolute path of victims. This field should not be empty.