From 3f240b18750de1c70f3aaaf100ecf645ff6e3441 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 11 Jun 2016 21:04:13 +1200 Subject: debug: verison -> version @resam blew our sponsorship - t-mobile is up next --- netlib/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ] -- cgit v1.2.3