xenserver: Fix typo in prompt
authorJustin Pettit <jpettit@nicira.com>
Mon, 26 Apr 2010 23:42:05 +0000 (16:42 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 26 Apr 2010 23:42:05 +0000 (16:42 -0700)
xenserver/etc_init.d_openvswitch

index c972988..27048e7 100755 (executable)
@@ -285,7 +285,7 @@ Restarting Open vSwitch on a live server is not guaranteed to work.  It is
 provided as a convenience for those situations in which it does work.
 
 EOF
-    read -s -r -n 1 -p "Countinue with restart (y/N): " response
+    read -s -r -n 1 -p "Continue with restart (y/N): " response
     printf "\n"
     case "$response" in
         y|Y)