X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincctl.c;h=99f31b83151d6ca7c93d1032e0cf97e89b2ad824;hp=cd2d3d8eab8806a42e01822548d4ea969660a2a5;hb=ca989c0c8b19901cbd7664a9d2b42aa85c9c176e;hpb=6989a070c35b9672683ebb0764ab9051e0650469 diff --git a/src/tincctl.c b/src/tincctl.c index cd2d3d8e..99f31b83 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -1013,7 +1013,7 @@ static int cmd_start(int argc, char *argv[]) { #endif // Pass all log messages from the umbilical to stderr. - // A nul-byte right before closure means tincd started succesfully. + // A nul-byte right before closure means tincd started successfully. bool failure = true; char buf[1024]; ssize_t len; @@ -1859,7 +1859,7 @@ static int cmd_config(int argc, char *argv[]) { } } - /* Change "add" into "set" for variables that do not allow multiple occurences. + /* Change "add" into "set" for variables that do not allow multiple occurrences. Turn on warnings when it seems variables might be removed unintentionally. */ if(action == 1 && !(variables[i].type & VAR_MULTIPLE)) {