From: Tochus <91380691+TochusC@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:14:28 +0000 (+0800) Subject: Fix spelling mistake in comments (#1140) X-Git-Tag: release-1.22.0rc1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=819764663b28d000042b52d4dfc00b942fb13ea4;p=thirdparty%2Funbound.git Fix spelling mistake in comments (#1140) 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. --- 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; /**