Typos are bad; visible typos are an abomination.
At least one person makes the same typo almost-but-not-quite everywhere.
Bob Arnson committed
Nov 10, 2024 at 14:11 UTC
f440fb317c630e7bc6d4ee4d657a200654e2f876
11 files changed
+12
-12
src/api/burn/balutil/balutil.cpp
+1
-1
@@ -162,7 +162,7 @@ DAPI_(VOID) BalDebuggerCheck()
162
163
if (fDebug)
164
{
165
- hr = ::StringCchPrintfW(wzMessage, countof(wzMessage), L"To debug the boostrapper application process %ls\n\nSet breakpoints and attach a debugger to process id: %d (0x%x)", wzModuleFilename, ::GetCurrentProcessId(), ::GetCurrentProcessId());
165
+ hr = ::StringCchPrintfW(wzMessage, countof(wzMessage), L"To debug the bootstrapper application process %ls\n\nSet breakpoints and attach a debugger to process id: %d (0x%x)", wzModuleFilename, ::GetCurrentProcessId(), ::GetCurrentProcessId());
166
167
if (SUCCEEDED(hr))
168
{
src/api/burn/balutil/inc/balutil.h
+1
-1
@@ -44,7 +44,7 @@ static const HRESULT E_PREREQBA_INFINITE_LOOP = MAKE_HRESULT(SEVERITY_ERROR, FAC
44
45
/*******************************************************************
46
BalDebuggerCheck - allows bootstrapper application to explicitly check
47
- whether a debugger should be attached to the boostrapper application.
47
+ whether a debugger should be attached to the bootstrapper application.
48
49
Note: Automatically called in BootstrapperApplicationRun().
50
********************************************************************/
src/burn/engine/engine.cpp
+1
-1
@@ -782,7 +782,7 @@ LExit:
782
{
783
// If the BA requested a reload but we do not have a secondary EXE,
784
// then log a message and do not reload.
785
- LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED);
785
+ LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED);
786
*pfReloadApp = FALSE;
787
}
788
src/burn/engine/engine.mc
+1
-1
@@ -255,7 +255,7 @@ Bootstrapper application already requested to quit, ignoring request: '%1!hs!'.
255
256
MessageId=59
257
Severity=Warning
258
-SymbolicName=MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED
258
+SymbolicName=MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED
259
Language=English
260
Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload.
261
.
src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj
+1
-1
@@ -5,7 +5,7 @@
5
<ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" />
6
</ItemGroup>
7
<ItemGroup>
8
- <!-- For testing purposes: Use old Bal WiX extension instead of new BoostrapperApplications.wixext -->
8
+ <!-- For testing purposes: Use old Bal WiX extension instead of new BootstrapperApplications.wixext -->
9
<PackageReference Include="WixToolset.Bal.wixext" />
10
</ItemGroup>
11
</Project>
src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj
+1
-1
@@ -13,7 +13,7 @@
13
<ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14
</ItemGroup>
15
<ItemGroup>
16
- <!-- For testing purposes: Use old Bal WiX extension instead of new BoostrapperApplications.wixext -->
16
+ <!-- For testing purposes: Use old Bal WiX extension instead of new BootstrapperApplications.wixext -->
17
<PackageReference Include="WixToolset.Bal.wixext" />
18
<PackageReference Include="WixToolset.NetFx.wixext" />
19
</ItemGroup>
src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
+1
-1
@@ -108,7 +108,7 @@ namespace WixToolset.Core.Burn
108
command.Execute();
109
}
110
111
- // Find the primary boostrapper application and optional secondary.
111
+ // Find the primary bootstrapper application and optional secondary.
112
WixBootstrapperApplicationSymbol primaryBootstrapperApplicationSymbol = null;
113
WixBootstrapperApplicationSymbol secondaryBootstrapperApplicationSymbol = null;
114
{
src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs
+1
-1
@@ -115,7 +115,7 @@ namespace WixToolset.Core.Burn
115
116
public static Message BundleMissingBootstrapperApplicationContainer(SourceLineNumber sourceLineNumbers, string path)
117
{
118
- return Message(sourceLineNumbers, Ids.BundleMissingBootstrapperApplicationContainer, "Bundle is invalid. The BoostrapperApplication attached container is missing from the file: {0}", path);
118
+ return Message(sourceLineNumbers, Ids.BundleMissingBootstrapperApplicationContainer, "Bundle is invalid. The BootstrapperApplication attached container is missing from the file: {0}", path);
119
}
120
121
private static Message Message(SourceLineNumber sourceLineNumber, Ids id, string format, params object[] args)
src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs
+1
-1
@@ -2,7 +2,7 @@
2
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3
4
<Fragment>
5
- <PayloadGroup Id="override ExtraBoostrapperApplicationPayloads">
5
+ <PayloadGroup Id="override ExtraBootstrapperApplicationPayloads">
6
<Payload Id="DuplicatePayloadNames.wxs" SourceFile="$(sys.SOURCEFILEPATH)" Name="fakeba.dll" />
7
<Payload Id="UnscheduledPackage.wxs" SourceFile="$(sys.SOURCEFILEDIR)UnscheduledPackage.wxs" Name="BootstrapperApplicationData.xml" />
8
<Payload Id="UnscheduledRollbackBoundary.wxs" SourceFile="$(sys.SOURCEFILEDIR)UnscheduledRollbackBoundary.wxs" Name="BootstrapperExtensionData.xml" />
src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs
+2
-2
@@ -1,7 +1,7 @@
1
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2
<Bundle Name="BurnBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="B94478B1-E1F3-4700-9CE8-6AA090854AEC">
3
<BootstrapperApplication SourceFile="fakeba.dll">
4
- <PayloadGroupRef Id="ExtraBoostrapperApplicationPayloads" />
4
+ <PayloadGroupRef Id="ExtraBootstrapperApplicationPayloads" />
5
</BootstrapperApplication>
6
7
<Chain>
@@ -10,6 +10,6 @@
10
</Bundle>
11
12
<Fragment>
13
- <PayloadGroup Id="virtual ExtraBoostrapperApplicationPayloads" />
13
+ <PayloadGroup Id="virtual ExtraBootstrapperApplicationPayloads" />
14
</Fragment>
15
</Wix>
src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs
+1
-1
@@ -7,7 +7,7 @@
7
</ExePackage>
8
</PackageGroup>
9
10
- <PayloadGroup Id="override ExtraBoostrapperApplicationPayloads">
10
+ <PayloadGroup Id="override ExtraBootstrapperApplicationPayloads">
11
<PayloadGroupRef Id="Shared" />
12
</PayloadGroup>
13