]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a bootstrapping string typo
authorRoger Dingledine <arma@torproject.org>
Sun, 17 Feb 2019 21:56:13 +0000 (16:56 -0500)
committerRoger Dingledine <arma@torproject.org>
Sun, 17 Feb 2019 21:56:13 +0000 (16:56 -0500)
introduced in 85542ee5

next step is to fix it in torspec too

src/feature/control/control_bootstrap.c

index a20a94ba89d72330df6a5721dec0e0f2e97d68f2..8153d7595a33db306515ece51f9e2f54becca880 100644 (file)
@@ -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 */