From 50cf4b81fb6fa4bea39e4cf154de35ed8b493daa Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 16 May 2024 01:58:13 +0300 Subject: [PATCH] kwin: comment correction Signed-off-by: Ivailo Monev --- kwin/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwin/client.cpp b/kwin/client.cpp index ce264715..c80eb9c7 100644 --- a/kwin/client.cpp +++ b/kwin/client.cpp @@ -1249,7 +1249,7 @@ void Client::closeWindow() sendClientMessage(window(), atoms->wm_protocols, atoms->wm_delete_window); pingWindow(); } else { - // Client will not react on wm_delete_window, No choice but to destroy the + // Client will not react on wm_delete_window, no choice but to destroy the // connection to the XServer. killWindow(); }