From 9a58fe229ca5b07ea1ff8d1332843f3ec6508115 Mon Sep 17 00:00:00 2001 From: akhilkpdasan Date: Sun, 19 Nov 2017 19:32:24 +0530 Subject: [PATCH] fixed spelling error --- qutebrowser/misc/utilcmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/misc/utilcmds.py b/qutebrowser/misc/utilcmds.py index 6f6854e2a..6f01686bf 100644 --- a/qutebrowser/misc/utilcmds.py +++ b/qutebrowser/misc/utilcmds.py @@ -234,7 +234,7 @@ def debug_pyeval(s, file=False, quiet=False): Args: s: The string to evaluate. - file: Interpret s as a path to file also implies --quiete. + file: Interpret s as a path to file, also implies --quiet. quiet: Don't show the output in a new tab. """ if file: