aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
diff options
context:
space:
mode:
authorMarcelo Glezer <marcelo.glezer@gmail.com>2015-02-12 00:31:05 -0300
committerMarcelo Glezer <marcelo.glezer@gmail.com>2015-02-12 00:31:05 -0300
commit16653cc62be4109cd465594ca2f5226d954027f2 (patch)
tree4ffab27337f6ecfd202ddbe7e871f96ef032620e /libmproxy
parent27a1947599f33e7c57c185231f7e623a8b2d4dee (diff)
downloadmitmproxy-16653cc62be4109cd465594ca2f5226d954027f2.tar.gz
mitmproxy-16653cc62be4109cd465594ca2f5226d954027f2.tar.bz2
mitmproxy-16653cc62be4109cd465594ca2f5226d954027f2.zip
fixed typos
Diffstat (limited to 'libmproxy')
-rw-r--r--libmproxy/console/flowlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmproxy/console/flowlist.py b/libmproxy/console/flowlist.py
index 92d58d11..cd866819 100644
--- a/libmproxy/console/flowlist.py
+++ b/libmproxy/console/flowlist.py
@@ -17,7 +17,7 @@ def _mkhelp():
("g", "copy flow to clipboard"),
("l", "set limit filter pattern"),
("L", "load saved flows"),
- ("n", "creates a new request"),
+ ("n", "create a new request"),
("r", "replay request"),
("V", "revert changes to request"),
("w", "save flows "),
@@ -262,7 +262,7 @@ class FlowListBox(urwid.ListBox):
self.get_url(method)
def get_url(self,method):
- self.master.prompt("Url:", "http://www.example.com/", self.new_request, method)
+ self.master.prompt("URL:", "http://www.example.com/", self.new_request, method)
def new_request(self, url, method):
try: