summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-01-22 21:30:57 +0100
committerlouiz’ <louiz@louiz.org>2017-01-22 21:32:37 +0100
commitb660a4736778cde8d0805390ffa857b77c271757 (patch)
tree02cdaface15354baa21fd19298abd89c0c0dfa17 /src/bridge/bridge.cpp
parent5d801ddcd025f68d2ec91edf0462091a32c779c1 (diff)
downloadbiboumi-b660a4736778cde8d0805390ffa857b77c271757.tar.gz
biboumi-b660a4736778cde8d0805390ffa857b77c271757.tar.bz2
biboumi-b660a4736778cde8d0805390ffa857b77c271757.tar.xz
biboumi-b660a4736778cde8d0805390ffa857b77c271757.zip
grammar: than <-> as
Diffstat (limited to 'src/bridge/bridge.cpp')
-rw-r--r--src/bridge/bridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge/bridge.cpp b/src/bridge/bridge.cpp
index ca9c9fa..cafcbc3 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];