From f9eecaf584dd41c6351cd0b5793f9cc4f559bbf2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jul 2016 10:09:49 +0200 Subject: [PATCH] Fix typo --- qutebrowser/commands/userscripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/commands/userscripts.py b/qutebrowser/commands/userscripts.py index 81d91cf4e..0a8b19524 100644 --- a/qutebrowser/commands/userscripts.py +++ b/qutebrowser/commands/userscripts.py @@ -185,7 +185,7 @@ class _BaseUserscriptRunner(QObject): self._html_stored = False def prepare_run(self, *args, **kwargs): - """Prepare ruinning the userscript given. + """Prepare running the userscript given. Needs to be overridden by subclasses. The script will actually run after store_text and store_html have been