From 6330c6c6eed81553d072dfcd1cc5b80a7da98d98 Mon Sep 17 00:00:00 2001 From: Thomas Schaaf Date: Thu, 5 Oct 2017 09:06:09 +0200 Subject: [PATCH] Minor spelling --- cmd/kops/util/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kops/util/factory.go b/cmd/kops/util/factory.go index a855e87189b3c..42577ebea020f 100644 --- a/cmd/kops/util/factory.go +++ b/cmd/kops/util/factory.go @@ -52,7 +52,7 @@ A valid value follows the format s3://. A s3 bucket is required to store cluster state information.` INVALID_STATE_ERROR = `Unable to read state store s3 bucket. -Please use a valid s3 bucket uri when setting --state or KOPS_STATE_STORE evn var. +Please use a valid s3 bucket uri when setting --state or KOPS_STATE_STORE env var. A valid value follows the format s3://. Trailing slash will be trimmed.` )