Explorar o código

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

Fix a single typo in lib/chutney/TorNet.py
teor %!s(int64=9) %!d(string=hai) anos
pai
achega
df1d0a17c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

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