mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
688fc817dd
commit
f285332c5b
15 changed files with 26 additions and 26 deletions
|
|
@ -311,7 +311,7 @@ static void channel_checksync(IRC_CHANNEL_REC *channel)
|
|||
signal_emit("channel sync", 1, channel);
|
||||
}
|
||||
|
||||
/* Error occured when trying to execute query - abort and try again. */
|
||||
/* Error occurred when trying to execute query - abort and try again. */
|
||||
static void query_current_error(IRC_SERVER_REC *server)
|
||||
{
|
||||
SERVER_QUERY_REC *rec;
|
||||
|
|
|
|||
|
|
@ -734,7 +734,7 @@ void servers_redirect_init(void)
|
|||
"event 403", 1, /* no such channel */
|
||||
"event 442", 1, /* "you're not on that channel" */
|
||||
"event 479", 1, /* "Cannot join channel (illegal name)" IMHO this is not a logical reply from server. */
|
||||
"event 472", -1, /* unknown mode (you should check e-mode's existance from 004 event instead of relying on this) */
|
||||
"event 472", -1, /* unknown mode (you should check e-mode's existence from 004 event instead of relying on this) */
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
|
@ -747,7 +747,7 @@ void servers_redirect_init(void)
|
|||
"event 403", 1, /* no such channel */
|
||||
"event 442", 1, /* "you're not on that channel" */
|
||||
"event 479", 1, /* "Cannot join channel (illegal name)" IMHO this is not a logical reply from server. */
|
||||
"event 472", -1, /* unknown mode (you should check I-mode's existance from 004 event instead of relying on this) */
|
||||
"event 472", -1, /* unknown mode (you should check I-mode's existence from 004 event instead of relying on this) */
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue