mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
@@ -42,7 +42,7 @@ struct t_irc_channel_speaking
|
||||
struct t_irc_channel
|
||||
{
|
||||
int type; /* channel type */
|
||||
char *name; /* name of channel (exemple: "#abc") */
|
||||
char *name; /* name of channel (example: "#abc") */
|
||||
char *topic; /* topic of channel (host for pv) */
|
||||
char *modes; /* channel modes */
|
||||
int limit; /* user limit (0 is limit not set) */
|
||||
|
||||
Reference in New Issue
Block a user