]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Textual improvements and fixes such as typos, casing, etc. (#1612)
[user/henk/code/inspircd.git] / include / protocol.h
index a7c727e8c5727463f5b1f300e120398b4d0738a6..f98f6b37d4d40a90e344471f9ae0854eacd0eec0 100644 (file)
@@ -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)