aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-11-10 14:11:16 -0500
committerBob Arnson <github@bobs.org>2024-11-10 20:14:39 -0500
commitf440fb317c630e7bc6d4ee4d657a200654e2f876 (patch)
tree9f10c6398c1f09bbdd1007ff7ca9d048c910dfc4 /src/burn
parentcc9463ee3cb08847c0dc66dc08529e8b5f696bf4 (diff)
downloadwix-f440fb317c630e7bc6d4ee4d657a200654e2f876.tar.gz
wix-f440fb317c630e7bc6d4ee4d657a200654e2f876.tar.bz2
wix-f440fb317c630e7bc6d4ee4d657a200654e2f876.zip
Typos are bad; visible typos are an abomination.
At least one person makes the same typo almost-but-not-quite everywhere.
Diffstat (limited to 'src/burn')
-rw-r--r--src/burn/engine/engine.cpp2
-rw-r--r--src/burn/engine/engine.mc2
2 files changed, 2 insertions, 2 deletions
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:
782 { 782 {
783 // If the BA requested a reload but we do not have a secondary EXE, 783 // If the BA requested a reload but we do not have a secondary EXE,
784 // then log a message and do not reload. 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; 786 *pfReloadApp = FALSE;
787 } 787 }
788 788
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!'.
255 255
256MessageId=59 256MessageId=59
257Severity=Warning 257Severity=Warning
258SymbolicName=MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED 258SymbolicName=MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED
259Language=English 259Language=English
260Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload. 260Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload.
261. 261.