From aa05e0e30f1d411732127e8a1a44290a9e1ca332 Mon Sep 17 00:00:00 2001 From: max8899 Date: Fri, 7 Sep 2018 12:17:30 +0800 Subject: [PATCH] fix typos: wether -> whether Signed-off-by: Lei Gong --- integration-cli/requirements_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/requirements_test.go b/integration-cli/requirements_test.go index 28be59cd2c..194a9b22b8 100644 --- a/integration-cli/requirements_test.go +++ b/integration-cli/requirements_test.go @@ -195,7 +195,7 @@ func IsolationIsProcess() bool { return IsolationIs("process") } -// RegistryHosting returns wether the host can host a registry (v2) or not +// RegistryHosting returns whether the host can host a registry (v2) or not func RegistryHosting() bool { // for now registry binary is built only if we're running inside // container through `make test`. Figure that out by testing if