Browse code

Fixes some typos in stack.sh

Change-Id: Ia627d1793c6db76590844d51854dce35a87206b7
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>

Gael Chamoulaud authored on 2014/07/25 06:53:02
Showing 1 changed files
... ...
@@ -152,7 +152,7 @@ fi
152 152
 # Look for obsolete stuff
153 153
 if [[ ,${ENABLED_SERVICES}, =~ ,"swift", ]]; then
154 154
     echo "FATAL: 'swift' is not supported as a service name"
155
-    echo "FATAL: Use the actual swift service names to enable tham as required:"
155
+    echo "FATAL: Use the actual swift service names to enable them as required:"
156 156
     echo "FATAL: s-proxy s-object s-container s-account"
157 157
     exit 1
158 158
 fi
... ...
@@ -671,7 +671,7 @@ if [[ "$OFFLINE" != "True" ]]; then
671 671
     $TOP_DIR/tools/install_pip.sh
672 672
 fi
673 673
 
674
-# Do the ugly hacks for borken packages and distros
674
+# Do the ugly hacks for broken packages and distros
675 675
 $TOP_DIR/tools/fixup_stuff.sh
676 676
 
677 677