[tor-commits] [tor/master] fix a bootstrapping string typo

arma at torproject.org arma at torproject.org
Sun Feb 17 21:56:47 UTC 2019


commit 94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun Feb 17 16:56:13 2019 -0500

    fix a bootstrapping string typo
    
    introduced in 85542ee5
    
    next step is to fix it in torspec too
---
 src/feature/control/control_bootstrap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/control/control_bootstrap.c b/src/feature/control/control_bootstrap.c
index a20a94ba8..8153d7595 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 */
 



More information about the tor-commits mailing list