From 46c19012ab686a8f6e42623c410ef97080abad66 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 22 Jun 2014 23:33:55 +0200 Subject: [PATCH] Fix spelling in comment. --- qutebrowser/widgets/webview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/widgets/webview.py b/qutebrowser/widgets/webview.py index 4da493c8d..ce5f0d112 100644 --- a/qutebrowser/widgets/webview.py +++ b/qutebrowser/widgets/webview.py @@ -202,8 +202,8 @@ class WebView(QWebView): if (objtype.startswith('application/') or elem.hasAttribute('classid')): # Let's hope flash/java stuff has an application/* mimetype OR - # at least a classid attribute. Oh, and let's home images/... - # DON"T have a classid attribute. HTML sucks. + # at least a classid attribute. Oh, and let's hope images/... + # DON'T have a classid attribute. HTML sucks. log.mouse.debug(" clicked.".format(objtype)) return config.get('input', 'insert-mode-on-plugins') elif tag == 'div':