summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2021-11-12 06:47:48 +0100
committerGitHub <noreply@github.com>2021-11-12 06:47:48 +0100
commita697e25094340d55a90cce75b4ec05c8b84eb2b6 (patch)
tree59a0261ac7739710ae5a9b7b1d768705c8b64fb3
parent8bb782332f3a54aa1926257f2e4139c1b7b772b3 (diff)
downloadqutebrowser-a697e25094340d55a90cce75b4ec05c8b84eb2b6.tar.gz
qutebrowser-a697e25094340d55a90cce75b4ec05c8b84eb2b6.zip
Fix spelling
Co-authored-by: Florian Bruhin <me@the-compiler.org>
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 8a5110ce4..d9070df3a 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -220,7 +220,7 @@ def pytest_addoption(parser):
def pytest_configure(config):
try:
- # Try to use QtWebkit as the default backend
+ # Try to use QtWebKit as the default backend
import PyQt5.QtWebKitWidgets
config.backend = 'webkit'
except ImportError: