1
0
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:
Sébastien Helleu
2025-11-11 10:45:05 +01:00
parent dacd29b1d7
commit 237b07575b
+1 -1
View File
@@ -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 ();