1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core, plugins: fix typos in comments on functions, use imperative

This commit is contained in:
Sébastien Helleu
2026-03-23 20:45:36 +01:00
parent d34eb40187
commit f53e7fb9ef
342 changed files with 6669 additions and 6729 deletions
+2 -3
View File
@@ -41,7 +41,7 @@
/*
* Displays user message.
* Display user message.
*
* If ctcp_type == "action", then message is displayed as an action
* (like command /me), for example:
@@ -281,8 +281,7 @@ irc_input_user_message_display (struct t_irc_server *server,
}
/*
* Sends a PRIVMSG message, and split it if message size is > 512 bytes
* (by default).
* Send a PRIVMSG message, and split it if message size is > 512 bytes (by default).
*
* Warning: this function makes temporary changes in "message".
*/