diff --git a/setup-centos.sh b/setup-centos.sh index 299eedf3..185cdc05 100644 --- a/setup-centos.sh +++ b/setup-centos.sh @@ -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!!!" diff --git a/setup.cfg b/setup.cfg index f091e57e..d5fe1247 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.sh b/setup.sh index 8b6d631a..3f71ccff 100644 --- a/setup.sh +++ b/setup.sh @@ -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!!!"