summaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.cpp
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/engine/engine.cpp
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/engine/engine.cpp')
-rw-r--r--src/burn/engine/engine.cpp2
1 files changed, 1 insertions, 1 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