From 6a5df4d99977b4a67e9ce152c642194f8b10f19e Mon Sep 17 00:00:00 2001
From: Vladimir Rutsky <vladimir@rutsky.org>
Date: Mon, 6 Feb 2017 21:35:02 +0400
Subject: [PATCH] fix typo: "pubilcally"

---
 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 1f0a53ae5..273fe29b9 100644
--- a/inventory/group_vars/all.yml
+++ b/inventory/group_vars/all.yml
@@ -65,7 +65,7 @@ ndots: 2
 # Deploy netchecker app to verify DNS resolve as an HTTP service
 deploy_netchecker: false
 
-# For some environments, each node has a pubilcally accessible
+# For some environments, each node has a publicly accessible
 # address and an address it should bind services to.  These are
 # really inventory level variables, but described here for consistency.
 #
-- 
GitLab