kdecore: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-27 21:09:07 +03:00
parent 453680e04d
commit acdc2e7acf

View file

@ -35,7 +35,7 @@ namespace KDBusConnectionPool
KDECORE_EXPORT QDBusConnection threadConnection(); 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 * @since 4.24.0
*/ */
KDECORE_EXPORT bool isServiceRegistered(const QString &service, const QDBusConnection &connection); KDECORE_EXPORT bool isServiceRegistered(const QString &service, const QDBusConnection &connection);