summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/protocol.h b/include/protocol.h
index a7c727e8c..f98f6b37d 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -104,7 +104,7 @@ class CoreExport ProtocolInterface
/** Send a message to a channel.
* @param target The channel to message.
- * @param status The status character (e.g. %) required to recieve.
+ * @param status The status character (e.g. %) required to receive.
* @param text The message to send.
* @param type The message type (MSG_PRIVMSG or MSG_NOTICE)
*/
@@ -119,7 +119,7 @@ class CoreExport ProtocolInterface
/** Send a notice to a channel.
* @param target The channel to message.
- * @param status The status character (e.g. %) required to recieve.
+ * @param status The status character (e.g. %) required to receive.
* @param text The message to send.
*/
void SendChannelNotice(Channel* target, char status, const std::string &text)