Explorar o código

fix a bootstrapping string typo

introduced in 85542ee5

next step is to fix it in torspec too
Roger Dingledine %!s(int64=7) %!d(string=hai) anos
pai
achega
94f7e53d04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/feature/control/control_bootstrap.c

+ 1 - 1
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 */