commit ce221c097ec777ba12900f8e2fbc738afd5cc90a Author: Igor Gueths igueths@lava-net.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()
tor-commits@lists.torproject.org