From f440fb317c630e7bc6d4ee4d657a200654e2f876 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 10 Nov 2024 14:11:16 -0500 Subject: Typos are bad; visible typos are an abomination. At least one person makes the same typo almost-but-not-quite everywhere. --- src/api/burn/balutil/balutil.cpp | 2 +- src/api/burn/balutil/inc/balutil.h | 2 +- src/burn/engine/engine.cpp | 2 +- src/burn/engine/engine.mc | 2 +- src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj | 2 +- .../burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj | 2 +- src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | 2 +- src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs | 2 +- .../TestData/BadInput/DuplicatePayloadNames.wxs | 2 +- .../TestData/BundleWithPackageGroupRef/Bundle.wxs | 4 ++-- .../TestData/Payload/SharedBAAndPackagePayloadBundle.wxs | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/api/burn/balutil/balutil.cpp b/src/api/burn/balutil/balutil.cpp index 5d8bfa9c..716f82d3 100644 --- a/src/api/burn/balutil/balutil.cpp +++ b/src/api/burn/balutil/balutil.cpp @@ -162,7 +162,7 @@ DAPI_(VOID) BalDebuggerCheck() if (fDebug) { - 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()); + 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()); if (SUCCEEDED(hr)) { diff --git a/src/api/burn/balutil/inc/balutil.h b/src/api/burn/balutil/inc/balutil.h index 32190b56..03575883 100644 --- a/src/api/burn/balutil/inc/balutil.h +++ b/src/api/burn/balutil/inc/balutil.h @@ -44,7 +44,7 @@ static const HRESULT E_PREREQBA_INFINITE_LOOP = MAKE_HRESULT(SEVERITY_ERROR, FAC /******************************************************************* BalDebuggerCheck - allows bootstrapper application to explicitly check - whether a debugger should be attached to the boostrapper application. + whether a debugger should be attached to the bootstrapper application. Note: Automatically called in BootstrapperApplicationRun(). ********************************************************************/ diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp index 619ff0d1..d7ef40d7 100644 --- a/src/burn/engine/engine.cpp +++ b/src/burn/engine/engine.cpp @@ -782,7 +782,7 @@ LExit: { // If the BA requested a reload but we do not have a secondary EXE, // then log a message and do not reload. - LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED); + LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED); *pfReloadApp = FALSE; } diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 916b6d8b..c7a07385 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc @@ -255,7 +255,7 @@ Bootstrapper application already requested to quit, ignoring request: '%1!hs!'. MessageId=59 Severity=Warning -SymbolicName=MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED +SymbolicName=MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED Language=English Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload. . diff --git a/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj b/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj index d2688a00..2d241963 100644 --- a/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj +++ b/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj @@ -5,7 +5,7 @@ - + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj index 06b07dcb..1a802656 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj @@ -13,7 +13,7 @@ - + diff --git a/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs index 3dbbffa7..91146a0f 100644 --- a/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs +++ b/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs @@ -108,7 +108,7 @@ namespace WixToolset.Core.Burn command.Execute(); } - // Find the primary boostrapper application and optional secondary. + // Find the primary bootstrapper application and optional secondary. WixBootstrapperApplicationSymbol primaryBootstrapperApplicationSymbol = null; WixBootstrapperApplicationSymbol secondaryBootstrapperApplicationSymbol = null; { diff --git a/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs b/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs index c7003a2a..2daf376f 100644 --- a/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs +++ b/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs @@ -115,7 +115,7 @@ namespace WixToolset.Core.Burn public static Message BundleMissingBootstrapperApplicationContainer(SourceLineNumber sourceLineNumbers, string path) { - return Message(sourceLineNumbers, Ids.BundleMissingBootstrapperApplicationContainer, "Bundle is invalid. The BoostrapperApplication attached container is missing from the file: {0}", path); + return Message(sourceLineNumbers, Ids.BundleMissingBootstrapperApplicationContainer, "Bundle is invalid. The BootstrapperApplication attached container is missing from the file: {0}", path); } private static Message Message(SourceLineNumber sourceLineNumber, Ids id, string format, params object[] args) diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs index eead3c36..e713581a 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs @@ -2,7 +2,7 @@ - + diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs index 7d406990..8ea74fe4 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs @@ -1,7 +1,7 @@ - + @@ -10,6 +10,6 @@ - + diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs index d7425318..57e0030c 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs @@ -7,7 +7,7 @@ - + -- cgit v1.2.3-55-g6feb