]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Typo fix in warning message about ControlSocket
authorNick Mathewson <nickm@torproject.org>
Mon, 11 Nov 2019 21:31:50 +0000 (16:31 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Nov 2019 14:26:47 +0000 (09:26 -0500)
src/app/config/config.c

index ab40946589a74938e6eee99942792bddeaa66122..edab684d7c739b6e0d48a6f619a5a3fbf52d8100 100644 (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;
   }