xenserver: Fix small typo in vswitch-xapi-update
authorJustin Pettit <jpettit@nicira.com>
Tue, 5 Jan 2010 00:33:49 +0000 (16:33 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Jan 2010 00:33:49 +0000 (16:33 -0800)
xenserver/etc_init.d_vswitch-xapi-update

index 1aa5646..de92296 100755 (executable)
@@ -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