From 930b0f08181f1ba6b96669af29b11b2c1691d7c5 Mon Sep 17 00:00:00 2001 From: Marcel Schilling Date: Mon, 24 Apr 2017 07:56:44 +0200 Subject: [PATCH] typo fix (in comment) --- qutebrowser/utils/urlutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/utils/urlutils.py b/qutebrowser/utils/urlutils.py index ac11c1fb5..23bf97f9f 100644 --- a/qutebrowser/utils/urlutils.py +++ b/qutebrowser/utils/urlutils.py @@ -593,7 +593,7 @@ def data_url(mimetype, data): def safe_display_string(qurl): - """Get a IDN-homograph phising safe form of the given QUrl. + """Get a IDN-homograph phishing safe form of the given QUrl. If we're dealing with a Punycode-encoded URL, this prepends the hostname in its encoded form, to make sure those URLs are distinguishable.