From fdb3e739b0f1969e83250d98bda27b938a207f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 9 Jan 2021 22:06:33 +0100 Subject: =?UTF-8?q?Typos:=20negociat=E2=80=A6=20->=20negotiat=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/irc/irc_client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc/irc_client.hpp') 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); -- cgit v1.2.3