summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
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);