Browse code

grammer

Jesse Andrews authored on 2011/10/27 13:39:56
Showing 1 changed files
... ...
@@ -95,7 +95,7 @@ IP=`nova show $NAME | grep "private network" | cut -d"|" -f3`
95 95
 MULTI_HOST=${MULTI_HOST:-0}
96 96
 if [ "$MULTI_HOST" = "0" ]; then
97 97
     # sometimes the first ping fails (10 seconds isn't enough time for the VM's
98
-    # network to respond?), so let's for 15 seconds pinging with a timeout
98
+    # network to respond?), so let's ping for 15 seconds with a timeout
99 99
     # of a second.
100 100
     if ! timeout 15 sh -c "while ! ping -c1 -w1 $IP; do sleep 1; done"; then
101 101
         echo "Couldn't ping server"