aboutsummaryrefslogtreecommitdiff
path: root/xenserver/etc_init.d_openvswitch
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-04-26 16:42:05 -0700
committerJustin Pettit <jpettit@nicira.com>2010-04-26 16:42:05 -0700
commit070644563cd7a9b073d30bfe194981bde016e528 (patch)
tree7af89f0d3ede93c0bb3f2be7f9172d5ca4525352 /xenserver/etc_init.d_openvswitch
parent55e199190427d962831486b5cec0d1723519a197 (diff)
xenserver: Fix typo in prompt
Diffstat (limited to 'xenserver/etc_init.d_openvswitch')
-rwxr-xr-xxenserver/etc_init.d_openvswitch2
1 files changed, 1 insertions, 1 deletions
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)