From 0aa635893874c45f02018661be847acb881cedd6 Mon Sep 17 00:00:00 2001 From: MuxZeroNet Date: Thu, 23 Feb 2017 23:39:45 +0000 Subject: [PATCH] Update TorManager.py --- src/Tor/TorManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tor/TorManager.py b/src/Tor/TorManager.py index 0347acad..9f2b1801 100644 --- a/src/Tor/TorManager.py +++ b/src/Tor/TorManager.py @@ -293,7 +293,7 @@ class TorManager(object): return onion # Creates and returns a - # socket that has conencted to the Tor Network + # socket that has connected to the Tor Network def createSocket(self, onion, port): if not self.enabled: return False