From c6684b82787f461377d19d79eaaecd0da75bbb5b Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 9 May 2024 22:00:59 +0300 Subject: [PATCH] kate: correct comment Signed-off-by: Ivailo Monev --- kate/src/app/katemain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kate/src/app/katemain.cpp b/kate/src/app/katemain.cpp index ab81b23e..97a77195 100644 --- a/kate/src/app/katemain.cpp +++ b/kate/src/app/katemain.cpp @@ -365,7 +365,7 @@ int main( int argc, char **argv ) } #ifdef Q_WS_X11 - // make the world happy, it are started, kind of... + // make the world happy, it started, kind of... KStartupInfo::appStarted (); #endif