[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Fixing couple typos
commit b5661f160a393984fd99b2cb67438ee4eb76e3a9
Author: Toralf Förster <toralf.foerster@xxxxxx>
Date: Sun Apr 24 10:40:48 2016 -0700
Fixing couple typos
---
stem/exit_policy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stem/exit_policy.py b/stem/exit_policy.py
index 0453470..c630608 100644
--- a/stem/exit_policy.py
+++ b/stem/exit_policy.py
@@ -807,8 +807,8 @@ class ExitPolicyRule(object):
:returns: str of our subnet mask for the address (ex. '255.255.255.0')
"""
- # Lazy loading our mask because it very infrequently requested. There's
- # no reason to usually usse memory for it.
+ # Lazy loading our mask because it is very infrequently requested. There's
+ # no reason to usually use memory for it.
if not self._mask:
address_type = self.get_address_type()
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits