summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index c0b8864e0..4dabafc83 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -411,7 +411,7 @@ def test_conf_py_language_none_warning(logger, tempdir):
assert logger.warning.called
assert logger.warning.call_args[0][0] == (
"Invalid configuration value found: 'language = None'. "
- "Update your configuration to a valid langauge code. "
+ "Update your configuration to a valid language code. "
"Falling back to 'en' (English).")