aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2019-02-17 16:56:13 -0500
committerRoger Dingledine <arma@torproject.org>2019-02-17 16:56:13 -0500
commit94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2 (patch)
tree4e65829e7d417e6afb1a396ac8dd9f29a1f286db
parent5dcd44cbe2f03f545c15510de1954cd90cea4521 (diff)
downloadtor-94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2.tar.gz
tor-94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2.zip
fix a bootstrapping string typo
introduced in 85542ee5 next step is to fix it in torspec too
-rw-r--r--src/feature/control/control_bootstrap.c2
1 files changed, 1 insertions, 1 deletions
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 */