From b8bafb28934eb9ee228f0aec60981eca363252e8 Mon Sep 17 00:00:00 2001
From: AdamDang <adam.dang@daocloud.io>
Date: Wed, 31 Oct 2018 18:01:13 +0800
Subject: [PATCH] Fix a typo in dind/README.md (#3620)

appropiate->appropriate
---
 contrib/dind/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/dind/README.md b/contrib/dind/README.md
index 4eb334a54..2d07d370e 100644
--- a/contrib/dind/README.md
+++ b/contrib/dind/README.md
@@ -7,7 +7,7 @@ called DIND (Docker-IN-Docker).
 
 The playbook has two roles:
 - dind-host: creates the "nodes" as containers in localhost, with
-  appropiate settings for DIND (privileged, volume mapping for dind
+  appropriate settings for DIND (privileged, volume mapping for dind
   storage, etc).
 - dind-cluster: customizes each node container to have required
   system packages installed, and some utils (swapoff, lsattr)
-- 
GitLab