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.
This commit is contained in:
Tochus 2024-09-16 18:14:28 +08:00 committed by GitHub
parent 6bf2b2ac56
commit 819764663b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ struct val_qstate {
* The query restart count * The query restart count
*/ */
int restart_count; int restart_count;
/** The blacklist saved for chainoftrust elements */ /** The blacklist saved for chain of trust elements */
struct sock_list* chain_blacklist; struct sock_list* chain_blacklist;
/** /**