diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index ce5499aa6..55fe3c983 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -401,7 +401,7 @@ doc() -> note => "added in 23.10", desc => ?T("Supplement check for user existence based on 'mod_last' data, for authentication " - "methods that don't have a way to reliable tell if user exists (like is the case for " + "methods that don't have a way to reliably tell if a user exists (like is the case for " "'jwt' and certificate based authentication). This helps with processing offline message " "for those users. The default value is 'true'.")}}, {auth_use_cache, @@ -585,7 +585,7 @@ doc() -> "'destination' - an instance is chosen by the full JID of " "the packet's 'to' attribute; " "'source' - by the full JID of the packet's 'from' attribute; " - "'bare_destination' - by the the bare JID (without resource) " + "'bare_destination' - by the bare JID (without resource) " "of the packet's 'to' attribute; " "'bare_source' - by the bare JID (without resource) of the " "packet's 'from' attribute is used. The default value is 'random'.")}}, diff --git a/src/mod_mqtt_bridge.erl b/src/mod_mqtt_bridge.erl index 74a771d82..1ae08e9ab 100644 --- a/src/mod_mqtt_bridge.erl +++ b/src/mod_mqtt_bridge.erl @@ -198,7 +198,7 @@ mod_doc() -> ?T("Declaration of data to share, must contain 'publish' or 'subscribe' or both, and 'authentication' " "section with username/password field or certfile pointing to client certificate. " "Accepted urls can use schema mqtt, mqtts (mqtt with tls), mqtt5, mqtt5s (both to trigger v5 protocol), " - "ws, wss, ws5, wss5. Certifcate authentication can be only used with mqtts, mqtt5s, wss, wss5.")}}, + "ws, wss, ws5, wss5. Certificate authentication can be only used with mqtts, mqtt5s, wss, wss5.")}}, {replication_user, #{value => "JID", desc =>