From 5377aac9362da7030f5b3968c236a124b1ff4a7c Mon Sep 17 00:00:00 2001
From: dsy3502 <dongshanyi@inspur.com>
Date: Mon, 5 Apr 2021 16:20:19 +0800
Subject: [PATCH] fix typo (#7436)

---
 contrib/terraform/openstack/README.md | 2 +-
 docs/setting-up-your-first-cluster.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md
index 7140cb0b5..67bc0f066 100644
--- a/contrib/terraform/openstack/README.md
+++ b/contrib/terraform/openstack/README.md
@@ -282,7 +282,7 @@ For your cluster, edit `inventory/$CLUSTER/cluster.tfvars`.
 
 ##### k8s_nodes
 
-Allows a custom defintion of worker nodes giving the operator full control over individual node flavor and
+Allows a custom definition of worker nodes giving the operator full control over individual node flavor and
 availability zone placement. To enable the use of this mode set the `number_of_k8s_nodes` and
 `number_of_k8s_nodes_no_floating_ip` variables to 0. Then define your desired worker node configuration
 using the `k8s_nodes` variable.
diff --git a/docs/setting-up-your-first-cluster.md b/docs/setting-up-your-first-cluster.md
index 1ca774320..1e4c00dd8 100644
--- a/docs/setting-up-your-first-cluster.md
+++ b/docs/setting-up-your-first-cluster.md
@@ -353,7 +353,7 @@ each other:
 ```ShellSession
 kubectl run myshell1 -it --rm --image busybox -- sh
 hostname -i
-# launch myshell2 in seperate terminal (see next code block) and ping the hostname of myshell2
+# launch myshell2 in separate terminal (see next code block) and ping the hostname of myshell2
 ping <hostname myshell2>
 ```
 
-- 
GitLab