[tor-commits] [ooni-probe/master] Fix typo.

art at torproject.org art at torproject.org
Thu Mar 5 14:05:16 UTC 2015


commit 8924838a1bdd00cd560d6240efc2652b5af739c0
Author: Igor Gueths <igor.gueths at rackspace.com>
Date:   Thu Feb 26 10:56:11 2015 -0600

    Fix typo.
---
 ooni/nettests/manipulation/daphne.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/nettests/manipulation/daphne.py b/ooni/nettests/manipulation/daphne.py
index 545514b..72b5c8f 100644
--- a/ooni/nettests/manipulation/daphne.py
+++ b/ooni/nettests/manipulation/daphne.py
@@ -12,7 +12,7 @@ class Daphn3ClientProtocol(daphn3.Daphn3Protocol):
         self.current_data_received = 0
         if self.current_step >= (len(self.steps) - 1):
             log.msg("Reached the end of the state machine")
-            log.msg("Censorship fingerpint bisected!")
+            log.msg("Censorship fingerprint bisected!")
             step_idx, mutation_idx = self.factory.mutation
             log.msg("step_idx: %s | mutation_id: %s" % (step_idx, mutation_idx))
             #self.transport.loseConnection()





More information about the tor-commits mailing list