Skip to content

Commit

Permalink
Fix spelling mistake in comments (#1140)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TochusC committed Sep 16, 2024
1 parent 6bf2b2a commit 8197646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/validator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 8197646

Please sign in to comment.