Fix for typo in warning message.
authorKeith Amidon <keith@nicira.com>
Wed, 13 May 2009 21:48:42 +0000 (14:48 -0700)
committerKeith Amidon <keith@nicira.com>
Wed, 13 May 2009 21:48:42 +0000 (14:48 -0700)
xenserver/vswitch-xen.spec

index eb5049da92192dba4991bde99c96c900a7170b24..12e044593605fd2630f065bbcedbd9c4e7c32bf1 100644 (file)
@@ -157,7 +157,7 @@ done
 
 if [ "$1" = "1" ]; then    # $1 = 2 for upgrade
     printf "\nYou MUST reboot the server NOW to complete the change to the\n"
-    printf "the Nicira vswitch.  Attmepts to modify networking on the server\n"
+    printf "the Nicira 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"
 else