From 819764663b28d000042b52d4dfc00b942fb13ea4 Mon Sep 17 00:00:00 2001 From: Tochus <91380691+TochusC@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:14:28 +0800 Subject: [PATCH] Fix spelling mistake in comments (#1140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed a spelling mistake in the comments. The term “chain of trust” was incorrectly written as “chainoftrust”. This change corrects the spelling to “chain of trust” which is the correct term used in English. --- validator/validator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/validator.h b/validator/validator.h index 72f44b16e..c07f9d59d 100644 --- a/validator/validator.h +++ b/validator/validator.h @@ -159,7 +159,7 @@ struct val_qstate { * The query restart count */ int restart_count; - /** The blacklist saved for chainoftrust elements */ + /** The blacklist saved for chain of trust elements */ struct sock_list* chain_blacklist; /**