Fix ControlSocketsGroupWritable typo
In config.c
, this error:
*msg = tor_strdup("Setting ControlSocketGroupWritable without setting "
should be:
*msg = tor_strdup("Setting ControlSocketsGroupWritable without setting "
MR: !219 (merged)