mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
@@ -1391,7 +1391,7 @@ relay_irc_recv (struct t_relay_client *client, const char *data)
|
||||
goto end;
|
||||
}
|
||||
|
||||
/* check if connection to server is ok */
|
||||
/* check if connection to server is OK */
|
||||
infolist_server = weechat_infolist_get ("irc_server", NULL,
|
||||
client->protocol_args);
|
||||
if (infolist_server)
|
||||
|
||||
@@ -29,7 +29,7 @@ struct t_relay_irc_data
|
||||
{
|
||||
char *address; /* client address (used when sending */
|
||||
/* data to client) */
|
||||
int password_ok; /* password received and ok? */
|
||||
int password_ok; /* password received and OK? */
|
||||
char *nick; /* nick for client */
|
||||
int user_received; /* command "USER" received */
|
||||
int connected; /* 1 if client is connected as IRC */
|
||||
|
||||
Reference in New Issue
Block a user