소스 검색

Merge branch 'issue-13161-typos' into issue-13161-check-torrc-options

Fix a single typo in lib/chutney/TorNet.py
teor 9 년 전
부모
커밋
df1d0a17c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -223,7 +223,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
         # now filter the options we're about to write, commenting out
         # now filter the options we're about to write, commenting out
         # the options that the current tor binary doesn't support
         # the options that the current tor binary doesn't support