From 37cbe9070d7e2f150525a7bc38f72a191eef5654 Mon Sep 17 00:00:00 2001
From: rahulram <rahurama@cisco.com>
Date: Fri, 8 Jul 2016 16:08:08 -0700
Subject: [PATCH] Fixes: Typo in comments

Change-Id: Iee3e41d82061890034ba2fb72519c96934a0608a
---
 devstack/plugin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index bb8e6a428..f3f15dcf6 100755
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -160,7 +160,7 @@ function configure_redis {
 
 function configure_mongodb {
     # Set nssize to 2GB. This increases the number of namespaces supported
-    # # per database.
+    # per database.
     pip_install pymongo
     if is_ubuntu; then
         install_package mongodb-server
@@ -192,7 +192,7 @@ function install_zaqar {
 # install_zaqarclient() - Collect source and prepare
 function install_zaqarclient {
     git_clone $ZAQARCLIENT_REPO $ZAQARCLIENT_DIR $ZAQARCLIENT_BRANCH
-    # NOTE(flaper87): Ideally, this should be develop but apparently
+    # NOTE(flaper87): Ideally, this should be developed, but apparently
     # there's a bug in devstack that skips test-requirements when using
     # setup_develop
     setup_install $ZAQARCLIENT_DIR