mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
core: fix typo in comment
This commit is contained in:
@@ -5825,7 +5825,7 @@ COMMAND_CALLBACK(proxy)
|
||||
(void) data;
|
||||
(void) buffer;
|
||||
|
||||
/* list of bars */
|
||||
/* list of proxies */
|
||||
if ((argc == 1) || (string_strcmp (argv[1], "list") == 0))
|
||||
{
|
||||
command_proxy_list ();
|
||||
|
||||
Reference in New Issue
Block a user