summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-04-11 20:40:05 -0700
committerisaacs <i@izs.me>2013-04-11 20:40:05 -0700
commit8ee43006b81b713db1a0ca190f5332edd45121c1 (patch)
tree4f539c5bfd57030bc8fee3a16306b33dfc8e3e19 /tools
parentb0de1e4a41615a8a9167909950b974cb14534a56 (diff)
downloadnode-8ee43006b81b713db1a0ca190f5332edd45121c1.tar.gz
build: Typo in tools/msvs/msi/product.wxs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/msvs/msi/product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index baaa0148b..977be2ce4 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"/>