summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2021-01-09 22:06:33 +0100
committerlouiz’ <louiz@louiz.org>2021-01-09 22:06:33 +0100
commitfdb3e739b0f1969e83250d98bda27b938a207f81 (patch)
treee0037af487ac3b9a7aa92fb7f163d4df8fa311bf /src/irc/irc_client.hpp
parent19c577b93752b9a39a37151ca020e95e28214b72 (diff)
downloadbiboumi-fdb3e739b0f1969e83250d98bda27b938a207f81.tar.gz
biboumi-fdb3e739b0f1969e83250d98bda27b938a207f81.tar.bz2
biboumi-fdb3e739b0f1969e83250d98bda27b938a207f81.tar.xz
biboumi-fdb3e739b0f1969e83250d98bda27b938a207f81.zip
Typos: negociat… -> negotiat…
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index ac2f6a9..3423228 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -238,7 +238,7 @@ public:
*/
void on_invited(const IrcMessage& message);
/**
- * The IRC server sends a CAP message, as part of capabilities negociation. It could be a ACK,
+ * The IRC server sends a CAP message, as part of capabilities negotiation. It could be a ACK,
* NACK, or something else
*/
void on_cap(const IrcMessage& message);