From 20d7c8ce14eccccf97ad05de5c5281360fefd3bc Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott Date: Mon, 27 Feb 2023 16:12:03 -0800 Subject: [PATCH] fix typo in HiddenServiceExportCircuitID Really inconsequential, since the string was only used for logging a warning. --- src/feature/hs/hs_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/hs/hs_config.c b/src/feature/hs/hs_config.c index 5600c40236..4561bd3e48 100644 --- a/src/feature/hs/hs_config.c +++ b/src/feature/hs/hs_config.c @@ -351,7 +351,7 @@ config_service_v3(const hs_opts_t *hs_opts, if (hs_opts->HiddenServiceExportCircuitID) { int ok; config->circuit_id_protocol = - helper_parse_circuit_id_protocol("HiddenServcieExportCircuitID", + helper_parse_circuit_id_protocol("HiddenServiceExportCircuitID", hs_opts->HiddenServiceExportCircuitID, &ok); if (!ok) {