[tor-commits] [stem/master] Fix additional typo

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


commit 94cd5ae7eee9d3b572cc11f286c342d024237d22
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Thu Jun 21 19:00:49 2018 +0000

    Fix additional typo
---
 stem/control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stem/control.py b/stem/control.py
index 97a09f2b..b1918ce9 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 doesn't contain cached microescriptors (%s)" % cached_descriptor_path)
+      raise stem.OperationFailed(message = "Data directory doesn't contain cached microdescriptors (%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