diff options
author | isaacs <i@izs.me> | 2013-04-11 20:40:05 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-04-11 20:40:05 -0700 |
commit | 8ee43006b81b713db1a0ca190f5332edd45121c1 (patch) | |
tree | 4f539c5bfd57030bc8fee3a16306b33dfc8e3e19 /tools/msvs | |
parent | b0de1e4a41615a8a9167909950b974cb14534a56 (diff) | |
download | node-new-8ee43006b81b713db1a0ca190f5332edd45121c1.tar.gz |
build: Typo in tools/msvs/msi/product.wxs
Diffstat (limited to 'tools/msvs')
-rwxr-xr-x | tools/msvs/msi/product.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index baaa0148be..977be2ce40 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -281,7 +281,7 @@ <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"/> |