From 432e97296c574cad9844ddb2580c5d085d6cd80f Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 17 May 2022 09:15:48 +0000 Subject: [PATCH] Fix typos in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1435ed1a..758bddc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Core - C2S: Don't expect that socket will be available in `c2s_terminated` hook - Event handling process hook tracing -- Guard agains `erlang:system_info(logical_processors)` not always returning number +- Guard against `erlang:system_info(logical_processors)` not always returning a number - `domain_balancing`: Allow for specifying `type` only, without specifying `component_number` MQTT @@ -36,7 +36,7 @@ SQL - Slight improvement in MSSQL testing support, but not yet complete Other Modules -- `auth_jwt`: Checking users is active in SM for JWT authenticated user (#3795) +- `auth_jwt`: Checking if an user is active in SM for a JWT authenticated user (#3795) - `mod_configure`: Implement Get List of Registered/Online Users from XEP-0133 - `mod_host_meta`: New module to serve host-meta files, see XEP-0156 - `mod_mam`: Store all mucsub notifications not only message notifications