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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn/engine/engine.cpp') 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; } -- cgit v1.2.3-55-g6feb