From 14fe913508d135aa22b04358c15abdec79ad6d1f Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Wed, 7 Dec 2016 14:20:14 +0700 Subject: [PATCH] Fix typo in plugin.sh It should be changed from "vitualenv" to "virtualenv". Change-Id: I36f93d3c6b4f8c809c79856b4bbf2f804cccd95b --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3abe4f0a65..eefa7c9520 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -11,7 +11,7 @@ source $DEST/heat/devstack/lib/heat if is_heat_enabled; then if [[ "$1" == "stack" && "$2" == "install" ]]; then echo_summary "Installing heat" - # Use stack_install_service here to account for vitualenv + # Use stack_install_service here to account for virtualenv stack_install_service heat echo_summary "Installing heatclient" install_heatclient