]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
datamodel nit: fix a typo in error message
authorVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 25 May 2025 08:17:44 +0000 (10:17 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 25 May 2025 08:17:44 +0000 (10:17 +0200)
python/knot_resolver/datamodel/config_schema.py

index 713c4a3e2c3210f69f4692b76d1e99bef6fee0de..2cc2680c9203cc15d6dad21f0633f0a1ac7ecdf8 100644 (file)
@@ -196,7 +196,7 @@ class KresConfig(ConfigSchema):
         workers_max = _workers_max_count()
         if int(self.workers) > workers_max:
             raise ValueError(
-                f"can't run with more workers then the recommended maximum {workers_max} or hardcoded {WORKERS_MAX}"
+                f"can't run with more workers than the recommended maximum {workers_max} or hardcoded {WORKERS_MAX}"
             )
 
         # sanity check