From: Justin Pettit Date: Tue, 5 Jan 2010 00:33:49 +0000 (-0800) Subject: xenserver: Fix small typo in vswitch-xapi-update X-Git-Tag: v0.99.0~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e9fec732de89569a5fd51325dc9c60520d3e28a3;p=sliver-openvswitch.git xenserver: Fix small typo in vswitch-xapi-update --- diff --git a/xenserver/etc_init.d_vswitch-xapi-update b/xenserver/etc_init.d_vswitch-xapi-update index 1aa5646dd..de9229670 100755 --- a/xenserver/etc_init.d_vswitch-xapi-update +++ b/xenserver/etc_init.d_vswitch-xapi-update @@ -42,7 +42,7 @@ function do_host_call { function start { if [ ! -f /etc/xensource-inventory ]; then - printf "vxwitch-xapi-update ERROR: XenSource inventory not present in /etc/xensource-inventory\n" + printf "vswitch-xapi-update ERROR: XenSource inventory not present in /etc/xensource-inventory\n" exit 1 fi source /etc/xensource-inventory