]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo in HiddenServiceExportCircuitID
authorMicah Elizabeth Scott <beth@torproject.org>
Tue, 28 Feb 2023 00:12:03 +0000 (16:12 -0800)
committerMicah Elizabeth Scott <beth@torproject.org>
Wed, 10 May 2023 14:38:28 +0000 (07:38 -0700)
Really inconsequential, since the string was only used for logging a
warning.

src/feature/hs/hs_config.c

index 5600c40236a213ecac707ad8f0d44cf1b1b07b12..4561bd3e48f5623a70c5be92aa36d045407c333a 100644 (file)
@@ -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) {