# HG changeset patch # User Matti Hamalainen # Date 1577255722 -7200 # Node ID 1b15cf9442ffc2f2abd737e6be434a4d42d10d70 # Parent 264cada93ae94265142dd6a8a2102552338888e3 Typofix in config file comments. diff -r 264cada93ae9 -r 1b15cf9442ff main.c --- a/main.c Thu Dec 05 03:03:36 2019 +0200 +++ b/main.c Wed Dec 25 08:35:22 2019 +0200 @@ -2001,7 +2001,7 @@ tmpcfg = NULL; th_cfg_add_comment(&tmpcfg, "Enable proxy"); th_cfg_add_bool(&tmpcfg, "enable", &optProxyEnable, optProxyEnable); - th_cfg_add_comment(&tmpcfg, "Proxy URI (see comandline help for more information)"); + th_cfg_add_comment(&tmpcfg, "Proxy URI (see commandline help for more information)"); th_cfg_add_string(&tmpcfg, "uri", &setProxyURI, NULL); th_cfg_add_section(&cfg, "proxy", tmpcfg);