Browse Source

fixup! Add a chutney "wait_until_bootstrap" command

Fix a comment typo.
Nick Mathewson 5 years ago
parent
commit
da381fff31
1 changed files with 1 additions and 1 deletions
  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.
         """