Commit 0522f0e5 authored by Neel Chauhan's avatar Neel Chauhan
Browse files

Fix ControlSocketsGroupWritable typo

parent 9bc0306b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }