From 87ec1eafac0fec10580d1ab353268a8ac050ea64 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:51:15 -1000 Subject: [PATCH] spelling: above Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/AppInstallerSharedLib/Public/AppInstallerLogging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppInstallerSharedLib/Public/AppInstallerLogging.h b/src/AppInstallerSharedLib/Public/AppInstallerLogging.h index a7ac612abb..63946a6327 100644 --- a/src/AppInstallerSharedLib/Public/AppInstallerLogging.h +++ b/src/AppInstallerSharedLib/Public/AppInstallerLogging.h @@ -141,7 +141,7 @@ namespace AppInstaller::Logging void DisableChannel(Channel channel); // Sets the enabled level. - // All levels higher than this level will be enabled. + // All levels above this level will be enabled. // For example; SetLevel(Verbose) will enable all logs. void SetLevel(Level level);