From 6c4b21117c2b8fa7a801d46918be2d511184c349 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 2 Aug 2014 23:58:52 +0200 Subject: [PATCH] Fix typo --- qutebrowser/browser/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 81bd9d622..bf0140ee2 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -273,7 +273,7 @@ class CommandDispatcher: link. - `rapid`: Open the link in a new tab and stay in hinting mode. - `download`: Download the link. - - `userscript`: Call an userscript with `$QUTE_URI` set to the + - `userscript`: Call an userscript with `$QUTE_URL` set to the link. - `spawn`: Spawn a command, with the argument `{hint-url}` replaced by the link.