[tor-commits] [nyx/master] Fix typo in sqlite3 import message
atagar at torproject.org
atagar at torproject.org
Mon Oct 30 23:35:05 UTC 2017
commit 052851bb00c01329fd5d3aba5b9cefbf6c572e7a
Author: Damian Johnson <atagar at torproject.org>
Date: Mon Oct 30 16:32:57 2017 -0700
Fix typo in sqlite3 import message
Caught thanks to Andrew.
---
nyx/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nyx/__init__.py b/nyx/__init__.py
index 69c8099..0142c5d 100644
--- a/nyx/__init__.py
+++ b/nyx/__init__.py
@@ -60,7 +60,7 @@ import stem.util.system
import stem.util.tor_tools
SQLITE_UNAVAILABLE = """\
-Python's sqlite3 module is unavailable. Unfortunatley some platforms
+Python's sqlite3 module is unavailable. Unfortunately some platforms
don't bundle this with the interpreter. Please let us know at...
https://trac.torproject.org/projects/tor/wiki/doc/nyx/bugs
More information about the tor-commits
mailing list