From 346798f440d49c431fed17d5613ceee39a981518 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Fri, 13 Sep 2024 19:13:00 +0200 Subject: [PATCH] fixes typo in validator CLI help --- codex/conf.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex/conf.nim b/codex/conf.nim index fc62d26fc..0968f4fca 100644 --- a/codex/conf.nim +++ b/codex/conf.nim @@ -294,7 +294,7 @@ type .}: int validatorPartitionSize* {. - desc: "Slot validaton partition size" + desc: "Slot validation partition size" longDesc: "A number indicating total number of partitions into which the whole slot id space will be divided. " & "The value must be greater than 0" defaultValue: 1 @@ -302,7 +302,7 @@ type .}: int validatorPartitionIndex* {. - desc: "Slot validaton partition index" + desc: "Slot validation partition index" longDesc: "The value provided must be in the range [0, partitionSize). " & "Only slot ids satisfying condition [(slotId mod partitionSize) == partitionIndex] will be observed by the validator" defaultValue: 0