瀏覽代碼

Fix typos in TorNet.py

teor 9 年之前
父節點
當前提交
6d5cb08836
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -220,7 +220,7 @@ class LocalNodeBuilder(NodeBuilder):
         torrc_template = self._getTorrcTemplate()
         torrc_template = self._getTorrcTemplate()
         output = torrc_template.format(self._env)
         output = torrc_template.format(self._env)
         if checkOnly:
         if checkOnly:
-            # XXXX Is it time-cosuming to format? If so, cache here.
+            # XXXX Is it time-consuming to format? If so, cache here.
             return
             return
         with open(fn_out, 'w') as f:
         with open(fn_out, 'w') as f:
             f.write(output)
             f.write(output)