From 070644563cd7a9b073d30bfe194981bde016e528 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 26 Apr 2010 16:42:05 -0700 Subject: [PATCH] xenserver: Fix typo in prompt --- xenserver/etc_init.d_openvswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index c9729885..27048e7e 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) -- 2.30.2