From acdc2e7acf13a02b5ffc175f8abaf5439081fdca Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 27 Aug 2023 21:09:07 +0300 Subject: [PATCH] kdecore: typo Signed-off-by: Ivailo Monev --- kdecore/kernel/kdbusconnectionpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdecore/kernel/kdbusconnectionpool.h b/kdecore/kernel/kdbusconnectionpool.h index 4e80336b..f7f89896 100644 --- a/kdecore/kernel/kdbusconnectionpool.h +++ b/kdecore/kernel/kdbusconnectionpool.h @@ -35,7 +35,7 @@ namespace KDBusConnectionPool KDECORE_EXPORT QDBusConnection threadConnection(); /** - * Checks if service is registered on the give connection. + * Checks if service is registered on the given connection. * @since 4.24.0 */ KDECORE_EXPORT bool isServiceRegistered(const QString &service, const QDBusConnection &connection);