Преглед изворни кода

fixup! Add a chutney "wait_until_bootstrap" command

Fix a comment typo.
Nick Mathewson пре 5 година
родитељ
комит
da381fff31
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -797,7 +797,7 @@ class LocalNodeController(NodeController):
         return os.path.join(datadir, logname)
 
     def getLastBootstrapStatus(self):
-        """Look through the logs and return the last bootstrapp message
+        """Look through the logs and return the last bootstrap message
            received as a 3-tuple of percentage complete, keyword
            (optional), and message.
         """