diff options
| author | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-04-10 21:02:49 +0200 |
|---|---|---|
| committer | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-04-10 21:02:49 +0200 |
| commit | f470c299366c4598fe2477d3e7a846e220abb75e (patch) | |
| tree | 59d74f467e731c35e5199624ffec26fff902c587 /src/etc | |
| parent | b410f3f7aeea95ba5362bb5dddbf5e66183adc40 (diff) | |
| download | rust-f470c299366c4598fe2477d3e7a846e220abb75e.tar.gz rust-f470c299366c4598fe2477d3e7a846e220abb75e.zip | |
Fix remaining typos
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/installer/msi/rust.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/installer/msi/rust.wxs b/src/etc/installer/msi/rust.wxs index 9f4e4fd0611..f29e1e4d27a 100644 --- a/src/etc/installer/msi/rust.wxs +++ b/src/etc/installer/msi/rust.wxs @@ -119,7 +119,7 @@ <SetProperty Sequence="ui" Before="CostFinalize" Id="WixAppFolder" Value="WixPerUserFolder">NOT ALLUSERS</SetProperty> - <!-- UI sets ALLUSERS per user selection; progagate this choice to MSIINSTALLPERUSER before executing installation actions --> + <!-- UI sets ALLUSERS per user selection; propagate this choice to MSIINSTALLPERUSER before executing installation actions --> <SetProperty Sequence="ui" Before="ExecuteAction" Id="MSIINSTALLPERUSER" Value="1">NOT ALLUSERS</SetProperty> |
