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

core: fix typos in comments

This commit is contained in:
Sébastien Helleu
2019-09-29 11:50:39 +02:00
parent baf8f635ff
commit daad558291
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ irc_command_mode_masks (struct t_irc_server *server,
sizeof (masks));
/*
* if we reached the max number of modes allowed of if the mask doesn't
* if we reached the max number of modes allowed or if the mask doesn't
* fits in string, send the MODE command now and flush the modes/masks
* strings
*/