From f67d82a9db0f1583f5c2d68abd7c3f6fd7919f8d Mon Sep 17 00:00:00 2001
From: SataQiu <1527062125@qq.com>
Date: Mon, 1 Oct 2018 15:07:25 +0800
Subject: [PATCH] fix typo: delete duplicate words (#3422)

---
 docs/roadmap.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/roadmap.md b/docs/roadmap.md
index a0c1a3ffc..f4c09a90f 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -24,7 +24,7 @@ Kubespray's roadmap
 
 ### Tests
 - [ ] Run kubernetes e2e tests
-- [ ] Test idempotency on on single OS but for all network plugins/container engines
+- [ ] Test idempotency on single OS but for all network plugins/container engines
 - [ ] single test on AWS per day
 - [ ] test scale up cluster:  +1 etcd, +1 master, +1 node
 - [ ] Reorganize CI test vars into group var files
-- 
GitLab