Skip to content

Commit

Permalink
Fixes some typos in stack.sh
Browse files Browse the repository at this point in the history
Change-Id: Ia627d1793c6db76590844d51854dce35a87206b7
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
  • Loading branch information
strider committed Jul 24, 2014
1 parent b13ebee commit d3121f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack.sh
Expand Up @@ -152,7 +152,7 @@ fi
# Look for obsolete stuff
if [[ ,${ENABLED_SERVICES}, =~ ,"swift", ]]; then
echo "FATAL: 'swift' is not supported as a service name"
echo "FATAL: Use the actual swift service names to enable tham as required:"
echo "FATAL: Use the actual swift service names to enable them as required:"
echo "FATAL: s-proxy s-object s-container s-account"
exit 1
fi
Expand Down Expand Up @@ -671,7 +671,7 @@ if [[ "$OFFLINE" != "True" ]]; then
$TOP_DIR/tools/install_pip.sh
fi

# Do the ugly hacks for borken packages and distros
# Do the ugly hacks for broken packages and distros
$TOP_DIR/tools/fixup_stuff.sh


Expand Down

0 comments on commit d3121f6

Please sign in to comment.