]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix spelling mistake in comments (#1140)
authorTochus <91380691+TochusC@users.noreply.github.com>
Mon, 16 Sep 2024 10:14:28 +0000 (18:14 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 10:14:28 +0000 (12:14 +0200)
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

index 72f44b16e3822fa7a2423a0c7b452bcd7015187b..c07f9d59d90d51510dd8628278f5289ea6589c43 100644 (file)
@@ -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;
 
        /**