summaryrefslogtreecommitdiffstats
path: root/build/wix
diff options
context:
space:
mode:
authorluzpaz <kunda@scribus.net>2017-12-31 08:20:30 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 08:59:46 -0400
commitc9791f01cab4682b124e0e0255efc1d44fad38ba (patch)
tree5bd82e76e94594b4b29780f003162ee7c8c824e5 /build/wix
parent4ab51192dbff802742fda32642b8e996aa41d9c5 (diff)
Typo fixes
+ User facing typos + trivial source comment typos + superflous double whitespace issues + found redundant comment typo Found using `codespell -q 3 --skip="./build/wix/Localization,./res/translations,./lib" -I ../mixxx-whitelist.txt` where the contents of the whitelist were: ``` iff freee substract ```
Diffstat (limited to 'build/wix')
-rw-r--r--build/wix/README.md6
-rw-r--r--build/wix/WiSubStg.vbs2
-rw-r--r--build/wix/mixxx.wxs2
3 files changed, 5 insertions, 5 deletions
diff --git a/build/wix/README.md b/build/wix/README.md
index 5bd63828b2..5e52a51d9b 100644
--- a/build/wix/README.md
+++ b/build/wix/README.md
@@ -22,10 +22,10 @@ Bootstrapper (bundle) command line options
-q, -quiet, -s, -silent = silent install
-passive = progress bar only install
-norestart = suppress any restarts
--forcerestart = restart no matter what (I don't know why this is still around)
+-forcerestart = restart no matter what (I don't know why this is still around)
-promptrestart = prompt if a restart is required (default)
--layout = create a local image of the bootstrapper (i.e. download files so they can be burned to DVD)
--l, -log = log to a specific file (default is controled by bundle developer)
+-layout = create a local image of the bootstrapper (i.e. download files so they can be burned to DVD)
+-l, -log = log to a specific file (default is controlled by bundle developer)
-uninstall = uninstall
-repair = repair (or install if not installed)
-package,-update = install (default if no -uninstall or -repair)
diff --git a/build/wix/WiSubStg.vbs b/build/wix/WiSubStg.vbs
index 93a15efd96..5aa8f5669b 100644
--- a/build/wix/WiSubStg.vbs
+++ b/build/wix/WiSubStg.vbs
@@ -24,7 +24,7 @@ Const TristateTrue = -1
Dim argCount:argCount = Wscript.Arguments.Count
If argCount > 0 Then If InStr(1, Wscript.Arguments(0), "?", vbTextCompare) > 0 Then argCount = 0
If (argCount = 0) Then
- Wscript.Echo "Windows Installer database substorage managment utility" &_
+ Wscript.Echo "Windows Installer database substorage management utility" &_
vbNewLine & " 1st argument is the path to MSI database (installer package)" &_
vbNewLine & " 2nd argument is the path to a transform or database to import" &_
vbNewLine & " If the 2nd argument is missing, substorages will be listed" &_
diff --git a/build/wix/mixxx.wxs b/build/wix/mixxx.wxs
index 04ce95e4ac..44151f7ca0 100644
--- a/build/wix/mixxx.wxs
+++ b/build/wix/mixxx.wxs
@@ -350,7 +350,7 @@
</Directory>
</Directory>
- <!-- The windows programm menu folder for our main shortcut -->
+ <!-- The windows program menu folder for our main shortcut -->
<Directory Id="ProgramMenuFolder" Name="Programs" />
<!-- The desktop folder, for desktop shortcut -->