xenserver: Fix typo in RPM install message.
authorEthan Jackson <ethan@nicira.com>
Tue, 12 Apr 2011 20:20:13 +0000 (13:20 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 12 Apr 2011 20:20:13 +0000 (13:20 -0700)
xenserver/openvswitch-xen.spec

index 4d03991d09d43ca8e77663113f088fa51324fb0c..c428fc6de702ef28fac923847f8100ee08e0315e 100644 (file)
@@ -231,7 +231,7 @@ if [ "$1" = "1" ]; then    # $1 = 2 for upgrade
     printf "\nYou MUST reboot the server NOW to complete the change to\n"
     printf "Open vSwitch.  Attempts to modify networking on the server\n"
     printf "or any hosted VM will fail until after the reboot and could\n"
-    printf "leave the server in an state requiring manual recovery.\n\n"
+    printf "leave the server in a state requiring manual recovery.\n\n"
 else
 
     mode=$(cat /etc/xensource/network.conf)