[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix ControlSocketsGroupWritable typo
commit 0522f0e5077d3776a73caf45823c026de471e7b3
Author: Neel Chauhan <neel@xxxxxxxxx>
Date: Sat Nov 21 11:12:07 2020 -0800
Fix ControlSocketsGroupWritable typo
---
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
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;
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits