[tor-commits] [nyx/master] Fix typo

atagar at torproject.org atagar at torproject.org
Sun Oct 29 20:48:03 UTC 2017


commit 1233861022e22e5218e033cb80c814df02a195ca
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Oct 29 13:47:41 2017 -0700

    Fix typo
    
    Typo Roger spotted in the comments.
---
 nyx/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nyx/__init__.py b/nyx/__init__.py
index 7394872..ee81f51 100644
--- a/nyx/__init__.py
+++ b/nyx/__init__.py
@@ -117,8 +117,8 @@ stem.control.LOG_CACHE_FETCHES = False
 stem.response.events.PARSE_NEWCONSENSUS_EVENTS = False
 
 # Duration for threads to pause when there's no work left to do. This is a
-# compromise - lower means fater shutdown when quit but higher means lower cpu
-# usage when running.
+# compromise - lower means faster shutdown when quit but higher means lower
+# cpu usage when running.
 
 PAUSE_TIME = 0.4
 



More information about the tor-commits mailing list