]> git.proxmox.com Git - mirror_ovs.git/commitdiff
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 c97298852d505e23c6b70c068503a63f0e101f1f..27048e7ec394fe400f367247481232bae6a8fad7 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)