From d41602088bc8fb4a8d3664ef667852125fe18d59 Mon Sep 17 00:00:00 2001
From: Vladimir Rutsky <vladimir@rutsky.org>
Date: Mon, 6 Feb 2017 21:29:11 +0400
Subject: [PATCH] fix typo: "explicetely"

---
 inventory/group_vars/all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml
index e5047ca47..1f0a53ae5 100644
--- a/inventory/group_vars/all.yml
+++ b/inventory/group_vars/all.yml
@@ -44,7 +44,7 @@ kube_cert_group: kube-cert
 kube_log_level: 2
 
 # Kubernetes 1.5 added a new flag to the apiserver to disable anonymous auth. In previos versions, anonymous auth was
-# not implemented. As the new flag defaults to true, we have to explicetely disable it. Change this line if you want the
+# not implemented. As the new flag defaults to true, we have to explicitly disable it. Change this line if you want the
 # 1.5 default behavior. The flag is actually only added if the used kubernetes version is >= 1.5
 kube_api_anonymous_auth: false
 
-- 
GitLab