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/burn/engine/engine.cpp | 2 +- src/burn/engine/engine.mc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/burn/engine') 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. . -- cgit v1.2.3-55-g6feb