Typo fix in warning message about ControlSocket

This commit is contained in:
Nick Mathewson 2019-11-11 16:31:50 -05:00
parent 929b46f44a
commit cd8c96ce02

View file

@ -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;
}