changeset 689:1b15cf9442ff

Typofix in config file comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Dec 2019 08:35:22 +0200
parents 264cada93ae9
children 6fa9c36d0634
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);