From 75a2639a48175af9947a6a5aa2ff6b2be2c5082c Mon Sep 17 00:00:00 2001
From: lidong <lidongbj@inspur.com>
Date: Tue, 8 Aug 2017 10:41:22 +0800
Subject: [PATCH] Fix some  typos
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Correct some spelling errors in files :
mariadb/templates/etc/_00-base.cnf.tpl,tools/gate/funcs/kube.sh


Change-Id: Ie6d7f2b90a8d569663452d00565af2789bbb377e
---
 mariadb/templates/etc/_00-base.cnf.tpl | 2 +-
 tools/gate/funcs/kube.sh               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mariadb/templates/etc/_00-base.cnf.tpl b/mariadb/templates/etc/_00-base.cnf.tpl
index 44c1b0d5ad..962c0cfaea 100644
--- a/mariadb/templates/etc/_00-base.cnf.tpl
+++ b/mariadb/templates/etc/_00-base.cnf.tpl
@@ -70,7 +70,7 @@ table_definition_cache=1024
 # The buffer pool is where data and indexes are cached: having it as large as possible
 # will ensure you use memory and not disks for most read operations.
 # Typical values are 50..75% of available RAM.
-# TODO(tomasz.paszkowski): This needs to by dynamic based on avaliable RAM.
+# TODO(tomasz.paszkowski): This needs to by dynamic based on available RAM.
 innodb_buffer_pool_size=1024M
 innodb_doublewrite=0
 innodb_file_format=Barracuda
diff --git a/tools/gate/funcs/kube.sh b/tools/gate/funcs/kube.sh
index ebebae4ebb..dc03ffef3e 100755
--- a/tools/gate/funcs/kube.sh
+++ b/tools/gate/funcs/kube.sh
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 function kube_wait_for_pods {
-  # From Kolla-Kubernetes, orginal authors Kevin Fox & Serguei Bezverkhi
+  # From Kolla-Kubernetes, original authors Kevin Fox & Serguei Bezverkhi
   # Default wait timeout is 180 seconds
   set +x
   end=$(date +%s)