aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-11 21:04:13 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-11 21:04:13 +1200
commit3f240b18750de1c70f3aaaf100ecf645ff6e3441 (patch)
tree41ab5669f90fc160f217523c88a39456e42d0758
parent09edbd9492e59c0c8dcae69b4b1f4b745867abe4 (diff)
downloadmitmproxy-3f240b18750de1c70f3aaaf100ecf645ff6e3441.tar.gz
mitmproxy-3f240b18750de1c70f3aaaf100ecf645ff6e3441.tar.bz2
mitmproxy-3f240b18750de1c70f3aaaf100ecf645ff6e3441.zip
debug: verison -> version
@resam blew our sponsorship - t-mobile is up next
-rw-r--r--netlib/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/debug.py b/netlib/debug.py
index b48cb122..578de8e1 100644
--- a/netlib/debug.py
+++ b/netlib/debug.py
@@ -12,7 +12,7 @@ from netlib import version
def sysinfo():
data = [
- "Mitmproxy verison: %s" % version.VERSION,
+ "Mitmproxy version: %s" % version.VERSION,
"Python version: %s" % platform.python_version(),
"Platform: %s" % platform.platform(),
]