summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/irc_client.cpp')
-rw-r--r--src/irc/irc_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp
index 5f0d9b9..1f2a21b 100644
--- a/src/irc/irc_client.cpp
+++ b/src/irc/irc_client.cpp
@@ -307,7 +307,7 @@ void IrcClient::on_connected()
[this]
{
this->send_message({"AUTHENTICATE", {"PLAIN"}});
- log_warning("negociating SASL now...");
+ log_warning("negotiating SASL now...");
},
[]
{