From c6c75e578be776fbea5a0b998e5584518c497b5f Mon Sep 17 00:00:00 2001
From: Chen <dstbtgagt@foxmail.com>
Date: Mon, 22 May 2017 18:21:20 +0900
Subject: [PATCH] Fix some wording issues on a comment

Change-Id: If81fb5a7f7e87f1b6d15b09437353a5264364ef1
---
 tools/kolla-ansible | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/kolla-ansible b/tools/kolla-ansible
index 5af0df5d2f..28194430d8 100755
--- a/tools/kolla-ansible
+++ b/tools/kolla-ansible
@@ -81,8 +81,8 @@ CONFIG_DIR="/etc/kolla"
 PASSWORDS_FILE="${CONFIG_DIR}/passwords.yml"
 DANGER_CONFIRM=
 INCLUDE_IMAGES=
-# Serial is not recommended and disable in default. User could enable it by
-# simple configure ANSIBLE_SERIAL variable
+# Serial is not recommended and disabled by default. User could enable it by
+# simply configuring ANSIBLE_SERIAL variable.
 ANSIBLE_SERIAL=${ANSIBLE_SERIAL:-0}
 
 while [ "$#" -gt 0 ]; do