diff options
| author | Michael Goulet <michael@errs.io> | 2023-04-11 20:28:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 20:28:49 -0700 |
| commit | e6975455d954d94248bb81f31b1e01ab36701a70 (patch) | |
| tree | 4bdf5bfad2be57806e25052e1efd94fbd4ab3a18 /src/etc | |
| parent | 87c9b3f35ee7a42310121271f15562b4a8766e9a (diff) | |
| parent | c37e72897ce8f55f753721541cf4b3ddb083cd7c (diff) | |
Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514
Fix typos in librustdoc, tools and config files I used [`typos`](https://github.com/crate-ci/typos) to fix all typos, minus the ones present in #110153 and in #110154. Refs #110150
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> |
