[tor-commits] [stem/master] Typo fix as pointed out by Roger

atagar at torproject.org atagar at torproject.org
Sun Jun 24 23:10:04 UTC 2018


commit ff8a5af281026a994a4e0b7d78813d50f686ae01
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Thu Jun 21 18:15:36 2018 +0000

    Typo fix as pointed out by Roger
---
 stem/control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stem/control.py b/stem/control.py
index 1bef73b9..97a09f2b 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -1770,7 +1770,7 @@ class Controller(BaseController):
     if not os.path.exists(data_directory):
       raise stem.OperationFailed(message = "Data directory reported by tor doesn't exist (%s)" % data_directory)
     elif not os.path.exists(cached_descriptor_path):
-      raise stem.OperationFailed(message = "Data directory doens't contain cached microescriptors (%s)" % cached_descriptor_path)
+      raise stem.OperationFailed(message = "Data directory doesn't contain cached microescriptors (%s)" % cached_descriptor_path)
 
     with stem.descriptor.reader.DescriptorReader([cached_descriptor_path]) as reader:
       for desc in reader:





More information about the tor-commits mailing list