From f73dce8fb52613d7e19f0888c26a4f5a967421e8 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 31 Mar 2017 08:57:11 +0200 Subject: [PATCH] Fix two typos. --- test/e2e/framework/framework.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index 167d8664aba..07b69411a20 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -70,8 +70,8 @@ type Framework struct { gatherer *containerResourceGatherer // Constraints that passed to a check which is executed after data is gathered to - // see if 99% of results are within acceptable bounds. It as to be injected in the test, - // as expectations vary greatly. Constraints are groupped by the container names. + // see if 99% of results are within acceptable bounds. It has to be injected in the test, + // as expectations vary greatly. Constraints are grouped by the container names. AddonResourceConstraints map[string]ResourceConstraint logsSizeWaitGroup sync.WaitGroup