diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 12:55:20 +0100 |
commit | 149c77decdbc81979af5aa9853e346f9beebca79 (patch) | |
tree | 99ba28af0c9747425ff923feb437f6ccc1ad3f88 /src/plugins/irc/irc-command.c | |
parent | 46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff) | |
download | weechat-149c77decdbc81979af5aa9853e346f9beebca79.zip |
core: fix typos in many comments and some strings
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-rw-r--r-- | src/plugins/irc/irc-command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 5b9b9c736..3436b85fa 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -783,7 +783,7 @@ irc_command_connect_one_server (struct t_irc_server *server, server->reconnect_join = (server->channels) ? 1 : 0; } - /* connect ok */ + /* connect OK */ return 1; } @@ -1483,7 +1483,7 @@ irc_command_disconnect_one_server (struct t_irc_server *server, /* ask refresh for "away" item */ weechat_bar_item_update ("away"); - /* disconnect ok */ + /* disconnect OK */ return 1; } @@ -3719,7 +3719,7 @@ irc_command_reconnect_one_server (struct t_irc_server *server, server->reconnect_join = (server->channels) ? 1 : 0; } - /* reconnect ok */ + /* reconnect OK */ return 1; } |