Skip to content

Fix ControlSocketsGroupWritable typo

In config.c, this error:

    *msg = tor_strdup("Setting ControlSocketGroupWritable without setting "

should be:

    *msg = tor_strdup("Setting ControlSocketsGroupWritable without setting "

This MR fixes #40215 (closed).

Edited by Neel Chauhan

Merge request reports