From 860137350d2f70d41d2e6e99ec01f8801d58a18f Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 11 Dec 2022 12:23:37 +0200 Subject: [PATCH] kdecore: typo Signed-off-by: Ivailo Monev --- kdecore/kernel/kauthorization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdecore/kernel/kauthorization.cpp b/kdecore/kernel/kauthorization.cpp index 33c23d61..015e03b2 100644 --- a/kdecore/kernel/kauthorization.cpp +++ b/kdecore/kernel/kauthorization.cpp @@ -37,7 +37,7 @@ static const int s_kauthorization_area = 185; void kAuthMessageHandler(QtMsgType type, const char *msg) { - // NOTE: cannot use KDebug because of it triggers a warning the program will dead-lock + // NOTE: cannot use KDebug because if it triggers a warning the program will dead-lock switch (type) { case QtDebugMsg: { ::syslog(LOG_DEBUG, "%s", msg);