From 7ce7394cfaf06f0437a0a47c912f301031218af8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 16 Mar 2018 20:45:54 -0700 Subject: [PATCH] fix spelling License: MIT Signed-off-by: Steven Allen --- core/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/builder.go b/core/builder.go index db383de9523..68a91dc91a9 100644 --- a/core/builder.go +++ b/core/builder.go @@ -44,7 +44,7 @@ type BuildCfg struct { // that will improve performance in long run Permanent bool - // DisableEncryptedConnections disables connection encryption *entierly*. + // DisableEncryptedConnections disables connection encryption *entirely*. // DO NOT SET THIS UNLESS YOU'RE TESTING. DisableEncryptedConnections bool