From f104c01bc29378b544c0f458c45106bcfd63c11b Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 14 Mar 2024 13:48:20 -0400 Subject: Clean up Burn a bit. --- src/burn/engine/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn/engine/logging.cpp') diff --git a/src/burn/engine/logging.cpp b/src/burn/engine/logging.cpp index f381193f..8a1f6510 100644 --- a/src/burn/engine/logging.cpp +++ b/src/burn/engine/logging.cpp @@ -110,7 +110,7 @@ extern "C" HRESULT LoggingOpen( } } - // Open the log approriately. + // Open the log appropriately. if (pLog->sczPath && *pLog->sczPath) { DWORD cRetry = 0; -- cgit v1.2.3-55-g6feb