[chutney/master] Fix typos in TorNet.py

commit 6d5cb08836b235ccbdf184c9a241be3f281c13f0 Author: teor <teor2345@gmail.com> Date: Wed Oct 1 19:35:45 2014 +1000 Fix typos in TorNet.py --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 6a1fc8b..32dc173 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -220,7 +220,7 @@ class LocalNodeBuilder(NodeBuilder): torrc_template = self._getTorrcTemplate() output = torrc_template.format(self._env) 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 with open(fn_out, 'w') as f: f.write(output)
participants (1)
-
nickm@torproject.org