aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-11-21 11:12:07 -0800
committerNeel Chauhan <neel@neelc.org>2020-11-21 11:12:07 -0800
commit0522f0e5077d3776a73caf45823c026de471e7b3 (patch)
treeaf1af7c52b33e2da45afe8248e10aec3e2664a8a /src/app/config/config.c
parent9bc0306b8c8675472a6335e9dc1c0a90438444f8 (diff)
downloadtor-0522f0e5077d3776a73caf45823c026de471e7b3.tar.gz
tor-0522f0e5077d3776a73caf45823c026de471e7b3.zip
Fix ControlSocketsGroupWritable typo
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index df89b6ede9..0c3b6a61a3 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -3291,7 +3291,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 ControlSocketsGroupWritable without setting "
"a ControlSocket makes no sense.");
return -1;
}