Fix some spelling mistakes of setup files

For example.
1.In the setup.cfg file, it is lack of letter p.
  home-page = htts://launchpad.net/murano
2.In the setup.sh file, there are some spelling mistakes.
  Creting $GIT_CLONE_DIR direcory...

Change-Id: I0c9ca977fa438a041c51de74474e0003faccd5b2
Closes-Bug: #1488712
This commit is contained in:
xiangxinyong 2015-08-26 09:56:04 +08:00
parent e59267f48e
commit 924a83fe30
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ CLONE_FROM_GIT=$1
if [ ! -z $CLONE_FROM_GIT ]; then
# Preparing clone root directory
if [ ! -d $GIT_CLONE_DIR ];then
log "Creting $GIT_CLONE_DIR direcory..."
log "Creating $GIT_CLONE_DIR directory..."
mkdir -p $GIT_CLONE_DIR
if [ $? -ne 0 ];then
log "Can't create $GIT_CLONE_DIR, exiting!!!"

View File

@ -6,7 +6,7 @@ description-file =
license = Apache License, Version 2.0
author = Mirantis, Inc.
author-email = murano-all@lists.openstack.org
home-page = htts://launchpad.net/murano
home-page = https://launchpad.net/murano
classifier =
Development Status :: 4 - Beta
Environment :: Console

View File

@ -74,7 +74,7 @@ CLONE_FROM_GIT=$1
if [ ! -z $CLONE_FROM_GIT ]; then
# Preparing clone root directory
if [ ! -d $GIT_CLONE_DIR ];then
log "Creting $GIT_CLONE_DIR direcory..."
log "Creating $GIT_CLONE_DIR directory..."
mkdir -p $GIT_CLONE_DIR
if [ $? -ne 0 ];then
log "Can't create $GIT_CLONE_DIR, exiting!!!"