From b7a83f960c1d7a534ed720d79c15c66b7b4c7ed7 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Wed, 6 Aug 2014 19:03:03 +0200 Subject: [PATCH] Another Tor typo fix. --- .../com/subgraph/orchid/circuits/TorInitializationTracker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchid/src/com/subgraph/orchid/circuits/TorInitializationTracker.java b/orchid/src/com/subgraph/orchid/circuits/TorInitializationTracker.java index 5cb00f935f7..c7874f529bc 100644 --- a/orchid/src/com/subgraph/orchid/circuits/TorInitializationTracker.java +++ b/orchid/src/com/subgraph/orchid/circuits/TorInitializationTracker.java @@ -20,7 +20,7 @@ public class TorInitializationTracker { messageMap.put(Tor.BOOTSTRAP_STATUS_HANDSHAKE_DIR, "Finishing handshake with directory server"); messageMap.put(Tor.BOOTSTRAP_STATUS_ONEHOP_CREATE, "Establishing an encrypted directory connection"); messageMap.put(Tor.BOOTSTRAP_STATUS_REQUESTING_STATUS, "Asking for network status consensus"); - messageMap.put(Tor.BOOTSTRAP_STATUS_LOADING_STATUS, "Loading networkstatus consensus"); + messageMap.put(Tor.BOOTSTRAP_STATUS_LOADING_STATUS, "Loading network status consensus"); messageMap.put(Tor.BOOTSTRAP_STATUS_REQUESTING_KEYS, "Asking for authority key certs"); messageMap.put(Tor.BOOTSTRAP_STATUS_LOADING_KEYS, "Loading authority key certs"); messageMap.put(Tor.BOOTSTRAP_STATUS_REQUESTING_DESCRIPTORS, "Asking for relay descriptors");