diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 592643b00310cae9d4939d67531881fe5374a16c..98b941e81c5b1efa9586ba9390bfcb807820698e 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -297,7 +297,7 @@ On XMPP, unlike on IRC, the displayed order of the messages is the same for all participants of a MUC. Biboumi can not however provide this feature, as it cannot know whether the IRC server has received and forwarded the messages to other users. This means that the order of the messages -displayed in your XMPP client may not be the same than the order on other +displayed in your XMPP client may not be the same as the order on other IRC users’. History diff --git a/src/bridge/bridge.cpp b/src/bridge/bridge.cpp index ca9c9fa428bcf6df859577d733a15a49132ac047..cafcbc3c79a1f8e5f6db5e25a0476001fec151e1 100644 --- a/src/bridge/bridge.cpp +++ b/src/bridge/bridge.cpp @@ -1029,7 +1029,7 @@ void Bridge::send_xmpp_ping_request(const std::string& nick, const std::string& const std::string& id) { // Use revstr because the forwarded ping to target XMPP user must not be - // the same that the request iq, but we also need to get it back easily + // the same as the request iq, but we also need to get it back easily // (revstr again) // Forward to the first resource (arbitrary, based on the “order” of the std::set) only const auto resources = this->resources_in_server[hostname];