From 6663b7ce90df0de2241e99598f62aebb4aff4fd1 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 7 Sep 2024 15:16:34 +0300 Subject: chore: fix grammar errors in comments Mostly missing articles --- protocols/JabberG/src/jabber_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_api.cpp') diff --git a/protocols/JabberG/src/jabber_api.cpp b/protocols/JabberG/src/jabber_api.cpp index 2c0fe72d1a..1183e2c9e3 100644 --- a/protocols/JabberG/src/jabber_api.cpp +++ b/protocols/JabberG/src/jabber_api.cpp @@ -255,7 +255,7 @@ int CJabberProto::AddFeatures(const char *szFeatures) const char *szFeat = szFeatures; while (szFeat[0]) { JabberFeatCapPairDynamic *fcp = FindFeature(szFeat); - // if someone is trying to add one of core features, RegisterFeature() will return false, so we don't have to perform this check here + // if someone is trying to add one of the core features, RegisterFeature() will return false, so we don't have to perform this check here if (!fcp) { // if the feature is not registered yet if (!RegisterFeature(szFeat, nullptr)) ret = false; -- cgit v1.2.3