From: Justin Pettit Date: Mon, 26 Apr 2010 23:42:05 +0000 (-0700) Subject: xenserver: Fix typo in prompt X-Git-Tag: v1.0.0~76 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=070644563cd7a9b073d30bfe194981bde016e528;p=sliver-openvswitch.git xenserver: Fix typo in prompt --- diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index c97298852..27048e7ec 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -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)