From: Roger Dingledine Date: Sun, 17 Feb 2019 21:56:13 +0000 (-0500) Subject: fix a bootstrapping string typo X-Git-Tag: tor-0.4.1.0-alpha-dev~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2;p=thirdparty%2Ftor.git fix a bootstrapping string typo introduced in 85542ee5 next step is to fix it in torspec too --- diff --git a/src/feature/control/control_bootstrap.c b/src/feature/control/control_bootstrap.c index a20a94ba89..8153d7595a 100644 --- a/src/feature/control/control_bootstrap.c +++ b/src/feature/control/control_bootstrap.c @@ -83,7 +83,7 @@ static const struct { { BOOTSTRAP_STATUS_AP_HANDSHAKE, "ap_handshake", "Finishing handshake with a relay to build circuits" }, { BOOTSTRAP_STATUS_AP_HANDSHAKE_DONE, "ap_handshake_done", - "Handshake fininshed with a relay to build circuits" }, + "Handshake finished with a relay to build circuits" }, /* Creating AP circuits */