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-info.c | |
parent | 46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff) | |
download | weechat-149c77decdbc81979af5aa9853e346f9beebca79.zip |
core: fix typos in many comments and some strings
Diffstat (limited to 'src/plugins/irc/irc-info.c')
-rw-r--r-- | src/plugins/irc/irc-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 14e35e908..509913bd7 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -540,7 +540,7 @@ irc_info_get_infolist_cb (void *data, const char *infolist_name, } else { - /* build list with notify list of all servers matchin arguments */ + /* build list with notify list of all servers matching arguments */ for (ptr_server = irc_servers; ptr_server; ptr_server = ptr_server->next_server) { |