From 16653cc62be4109cd465594ca2f5226d954027f2 Mon Sep 17 00:00:00 2001 From: Marcelo Glezer Date: Thu, 12 Feb 2015 00:31:05 -0300 Subject: fixed typos --- libmproxy/console/flowlist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmproxy') 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: -- cgit v1.2.3