commit cd8c96ce02735db83c241c26e06b9bab50a0dae4 parent 929b46f44a64f1e6d0150d6102e9478a444af730 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 11 Nov 2019 16:31:50 -0500 Typo fix in warning message about ControlSocket Diffstat:
| M | src/app/config/config.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/config/config.c b/src/app/config/config.c @@ -3400,7 +3400,7 @@ options_validate_cb(const void *old_options_, void *options_, char **msg) } #else /* defined(HAVE_SYS_UN_H) */ if (options->ControlSocketsGroupWritable && !options->ControlSocket) { - *msg = tor_strdup("Setting ControlSocketGroupWritable without setting" + *msg = tor_strdup("Setting ControlSocketGroupWritable without setting " "a ControlSocket makes no sense."); return -1; }