comparison main.c @ 689:1b15cf9442ff

Typofix in config file comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Dec 2019 08:35:22 +0200
parents e6d60eacf24d
children 6fa9c36d0634
comparison
equal deleted inserted replaced
688:264cada93ae9 689:1b15cf9442ff
1999 th_cfg_add_section(&cfg, "server", tmpcfg); 1999 th_cfg_add_section(&cfg, "server", tmpcfg);
2000 2000
2001 tmpcfg = NULL; 2001 tmpcfg = NULL;
2002 th_cfg_add_comment(&tmpcfg, "Enable proxy"); 2002 th_cfg_add_comment(&tmpcfg, "Enable proxy");
2003 th_cfg_add_bool(&tmpcfg, "enable", &optProxyEnable, optProxyEnable); 2003 th_cfg_add_bool(&tmpcfg, "enable", &optProxyEnable, optProxyEnable);
2004 th_cfg_add_comment(&tmpcfg, "Proxy URI (see comandline help for more information)"); 2004 th_cfg_add_comment(&tmpcfg, "Proxy URI (see commandline help for more information)");
2005 th_cfg_add_string(&tmpcfg, "uri", &setProxyURI, NULL); 2005 th_cfg_add_string(&tmpcfg, "uri", &setProxyURI, NULL);
2006 th_cfg_add_section(&cfg, "proxy", tmpcfg); 2006 th_cfg_add_section(&cfg, "proxy", tmpcfg);
2007 2007
2008 2008
2009 tmpcfg = NULL; 2009 tmpcfg = NULL;