build: Typo in tools/msvs/msi/product.wxs
authorisaacs <i@izs.me>
Fri, 12 Apr 2013 03:40:05 +0000 (20:40 -0700)
committerisaacs <i@izs.me>
Fri, 12 Apr 2013 03:40:05 +0000 (20:40 -0700)
tools/msvs/msi/product.wxs

index baaa014..977be2c 100755 (executable)
       <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish>
       <Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
 
-      <Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed."/>
+      <Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been successfully installed."/>
     </UI>
 
     <UIRef Id="WixUI_Common"/>